Selaa lähdekoodia

Fix a homing comment

Scott Lahteine 7 vuotta sitten
vanhempi
commit
63a91cd37a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna