Browse Source

G28 followup

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
committed by Scott Lahteine
parent
commit
3a73f04fd3
  1. 4
      Marlin/src/gcode/calibrate/G28.cpp

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

@ -435,6 +435,8 @@ void GcodeSuite::G28() {
do_blocking_move_to_z(delta_clip_start_height);
#endif
TERN_(RESTORE_LEVELING_AFTER_G28, set_bed_leveling_enabled(leveling_was_active));
restore_feedrate_and_scaling();
// Restore the active tool after homing
@ -458,8 +460,6 @@ void GcodeSuite::G28() {
#endif
#endif
TERN_(HAS_LEVELING, set_bed_leveling_enabled(leveling_restore_state));
ui.refresh();
TERN_(DWIN_CREALITY_LCD, DWIN_CompletedHoming());

Loading…
Cancel
Save