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.
master
whosawhatsis 11 years ago
parent 99f0e44864
commit c43838bb1e

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

Loading…
Cancel
Save