Fix firmware-retract compile errors (#12061)
This commit is contained in:
committed by
Scott Lahteine
parent
43940d59ed
commit
d332fcb8fa
@ -60,7 +60,9 @@ float FWRetract::current_retract[EXTRUDERS], // Retract value used by p
|
||||
FWRetract::current_hop;
|
||||
|
||||
void FWRetract::reset() {
|
||||
autoretract_enabled = false;
|
||||
#if ENABLED(FWRETRACT_AUTORETRACT)
|
||||
autoretract_enabled = false;
|
||||
#endif
|
||||
settings.retract_length = RETRACT_LENGTH;
|
||||
settings.retract_feedrate_mm_s = RETRACT_FEEDRATE;
|
||||
settings.retract_zlift = RETRACT_ZLIFT;
|
||||
|
Reference in New Issue
Block a user