Fix typo in FWRETRACT handler
Should be `retracting` and not `retract`
This commit is contained in:
@ -1603,7 +1603,7 @@ static void homeaxis(int axis) {
|
||||
}
|
||||
|
||||
feedrate = oldFeedrate;
|
||||
retracted[active_extruder] = retract;
|
||||
retracted[active_extruder] = retracting;
|
||||
|
||||
} // retract()
|
||||
|
||||
|
Reference in New Issue
Block a user