Fix typo in FWRETRACT handler

Should be `retracting` and not `retract`
This commit is contained in:
Scott Lahteine 2015-04-06 17:04:22 -07:00
parent ed7a2f9fac
commit 6d084c017f

View File

@ -1603,7 +1603,7 @@ static void homeaxis(int axis) {
} }
feedrate = oldFeedrate; feedrate = oldFeedrate;
retracted[active_extruder] = retract; retracted[active_extruder] = retracting;
} // retract() } // retract()