Browse Source

Add stowing process for MECHANICAL_PROBE

esenapaj 9 years ago
parent
commit
95f30529a6
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/Marlin_main.cpp

+ 4
- 0
Marlin/Marlin_main.cpp View File

@@ -3583,6 +3583,10 @@ inline void gcode_G28() {
3583 3583
 
3584 3584
     #endif // !DELTA
3585 3585
 
3586
+    #if ENABLED(MECHANICAL_PROBE)
3587
+      stow_z_probe();
3588
+    #endif
3589
+    
3586 3590
     #ifdef Z_PROBE_END_SCRIPT
3587 3591
       #if ENABLED(DEBUG_LEVELING_FEATURE)
3588 3592
         if (DEBUGGING(LEVELING)) {

Loading…
Cancel
Save