Explorar el Código

Fix a homing comment

Scott Lahteine hace 7 años
padre
commit
63a91cd37a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Ver fichero

@@ -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…
Cancelar
Guardar