0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

Fix a homing comment

This commit is contained in:
Scott Lahteine 2017-12-02 21:02:37 -06:00
parent 8056120195
commit 63a91cd37a

View file

@ -977,7 +977,7 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa
if (axis == Z_AXIS) probing_pause(true);
#endif
// Tell the planner we're at Z=0
// Tell the planner the axis is at 0
current_position[axis] = 0;
#if IS_SCARA