G28 followup

2.0.x
Scott Lahteine 4 years ago
parent 139a33c9fc
commit 6f4589b375

@ -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