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