Browse Source

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

pull/1/head
BigIronGuru 5 years ago
committed by Scott Lahteine
parent
commit
9c83135d40
  1. 4
      Marlin/src/gcode/calibrate/G34_M422.cpp

4
Marlin/src/gcode/calibrate/G34_M422.cpp

@ -285,8 +285,8 @@ void GcodeSuite::G34() {
bltouch._stow(); bltouch._stow();
#endif #endif
// Home after the alignment procedure // Home Z after the alignment procedure
home_all_axes(); process_subcommands_now_P(PSTR("G28 Z"));
} while(0); } while(0);

Loading…
Cancel
Save