Browse Source

If needed, home before G34 (#19713)

vanilla_fb_2.0.x
Keith Bennett 4 years ago
committed by GitHub
parent
commit
64711e0d56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/gcode/calibrate/G34.cpp

3
Marlin/src/gcode/calibrate/G34.cpp

@ -38,7 +38,8 @@
void GcodeSuite::G34() {
if (homing_needed()) return;
// Home before the alignment procedure
if (!all_axes_known()) home_all_axes();
SET_SOFT_ENDSTOP_LOOSE(true);
TEMPORARY_BED_LEVELING_STATE(false);

Loading…
Cancel
Save