Kaynağa Gözat

disable auto retract by default

This should make it safe to enable FWRETRACT by default, with
autoretract (which should now be fixed) only enabled by M209. FWRETRACT
should probably now default to enabled (to make G10/G11 and M207-209
available, without changing functionality when they are not used), but
I’ll save that for another pull request/discussion.
whosawhatsis 10 yıl önce
ebeveyn
işleme
c43838bb1e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Dosyayı Görüntüle

@@ -231,7 +231,7 @@ int EtoPPressure=0;
231 231
 #endif
232 232
 
233 233
 #ifdef FWRETRACT
234
-  bool autoretract_enabled=true;
234
+  bool autoretract_enabled=false;
235 235
   bool retracted=false;
236 236
   float retract_length = RETRACT_LENGTH;
237 237
   float retract_feedrate = RETRACT_FEEDRATE;

Loading…
İptal
Kaydet