Browse Source

Only home Z at the end of G34 (#14353)

BigIronGuru 6 years ago
parent
commit
9c83135d40
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/gcode/calibrate/G34_M422.cpp

+ 2
- 2
Marlin/src/gcode/calibrate/G34_M422.cpp View File

285
       bltouch._stow();
285
       bltouch._stow();
286
     #endif
286
     #endif
287
 
287
 
288
-    // Home after the alignment procedure
289
-    home_all_axes();
288
+    // Home Z after the alignment procedure
289
+    process_subcommands_now_P(PSTR("G28 Z"));
290
 
290
 
291
   } while(0);
291
   } while(0);
292
 
292
 

Loading…
Cancel
Save