Browse Source

Fix a homing comment

Scott Lahteine 7 years ago
parent
commit
077fed1d88
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

2813
     if (axis == Z_AXIS) probing_pause(true);
2813
     if (axis == Z_AXIS) probing_pause(true);
2814
   #endif
2814
   #endif
2815
 
2815
 
2816
-  // Tell the planner we're at Z=0
2816
+  // Tell the planner the axis is at 0
2817
   current_position[axis] = 0;
2817
   current_position[axis] = 0;
2818
 
2818
 
2819
   #if IS_SCARA
2819
   #if IS_SCARA

Loading…
Cancel
Save