|
|
@ -365,7 +365,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
|
|
|
|
#if ENABLED(DISABLE_INACTIVE_E)
|
|
|
|
#if ENABLED(DISABLE_INACTIVE_E)
|
|
|
|
disable_e_steppers();
|
|
|
|
disable_e_steppers();
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTRA_LCD) // Only needed with an LCD
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTIPANEL) // Only needed with an LCD
|
|
|
|
ubl.lcd_map_control = defer_return_to_status = false;
|
|
|
|
ubl.lcd_map_control = defer_return_to_status = false;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|