hop_amount => current_hop

This commit is contained in:
Scott Lahteine
2018-09-08 21:16:41 -05:00
parent eafd62308e
commit 0c01099f17
3 changed files with 12 additions and 12 deletions

View File

@ -1462,7 +1462,7 @@ void homeaxis(const AxisEnum axis) {
// Clear retracted status if homing the Z axis
#if ENABLED(FWRETRACT)
if (axis == Z_AXIS) fwretract.hop_amount = 0.0;
if (axis == Z_AXIS) fwretract.current_hop = 0.0;
#endif
#if ENABLED(DEBUG_LEVELING_FEATURE)