[1.1] FWRetract Reset (Best way) (#10084)
This commit is contained in:
parent
062b955f1d
commit
7f8984b500
4 changed files with 7 additions and 4 deletions
|
|
@ -3093,7 +3093,7 @@ static void homeaxis(const AxisEnum axis) {
|
|||
// Clear retracted status if homing the Z axis
|
||||
#if ENABLED(FWRETRACT)
|
||||
if (axis == Z_AXIS)
|
||||
for (uint8_t i = 0; i < EXTRUDERS; i++) fwretract.retracted[i] = false;
|
||||
fwretract.hop_amount = 0.0;
|
||||
#endif
|
||||
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue