Explorar el Código

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 hace 11 años
padre
commit
c43838bb1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Ver fichero

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

Loading…
Cancelar
Guardar