Browse Source

Fix a homing comment

pull/1/head
Scott Lahteine 7 years ago
parent
commit
63a91cd37a
  1. 2
      Marlin/src/module/motion.cpp

2
Marlin/src/module/motion.cpp

@ -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

Loading…
Cancel
Save