Kaynağa Gözat

Fix a homing comment

Scott Lahteine 7 yıl önce
ebeveyn
işleme
63a91cd37a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Dosyayı Görüntüle

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…
İptal
Kaydet