Fix a homing comment
This commit is contained in:
parent
152c5d2616
commit
077fed1d88
1 changed files with 1 additions and 1 deletions
|
|
@ -2813,7 +2813,7 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa
|
||||||
if (axis == Z_AXIS) probing_pause(true);
|
if (axis == Z_AXIS) probing_pause(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Tell the planner we're at Z=0
|
// Tell the planner the axis is at 0
|
||||||
current_position[axis] = 0;
|
current_position[axis] = 0;
|
||||||
|
|
||||||
#if IS_SCARA
|
#if IS_SCARA
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue