Browse Source

Fix a homing comment

Scott Lahteine 7 years ago
parent
commit
63a91cd37a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp View File

977
     if (axis == Z_AXIS) probing_pause(true);
977
     if (axis == Z_AXIS) probing_pause(true);
978
   #endif
978
   #endif
979
 
979
 
980
-  // Tell the planner we're at Z=0
980
+  // Tell the planner the axis is at 0
981
   current_position[axis] = 0;
981
   current_position[axis] = 0;
982
 
982
 
983
   #if IS_SCARA
983
   #if IS_SCARA

Loading…
Cancel
Save