|
@@ -5895,7 +5895,7 @@ inline void gcode_M17() {
|
5895
|
5895
|
|
5896
|
5896
|
if (!DEBUGGING(DRYRUN) && unload_length != 0) {
|
5897
|
5897
|
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
5898
|
|
- if (!thermalManager.allow_cold_extrude &&
|
|
5898
|
+ if (!thermalManager.allow_cold_extrude &&
|
5899
|
5899
|
thermalManager.degTargetHotend(active_extruder) < thermalManager.extrude_min_temp) {
|
5900
|
5900
|
SERIAL_ERROR_START();
|
5901
|
5901
|
SERIAL_ERRORLNPGM(MSG_TOO_COLD_FOR_M600);
|
|
@@ -7659,7 +7659,7 @@ inline void gcode_M18_M84() {
|
7659
|
7659
|
#endif
|
7660
|
7660
|
}
|
7661
|
7661
|
|
7662
|
|
- #if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
7662
|
+ #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTRA_LCD) //only needed if have an LCD
|
7663
|
7663
|
ubl_lcd_map_control = false;
|
7664
|
7664
|
defer_return_to_status = false;
|
7665
|
7665
|
#endif
|
|
@@ -12442,7 +12442,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
|
12442
|
12442
|
#if ENABLED(DISABLE_INACTIVE_E)
|
12443
|
12443
|
disable_e_steppers();
|
12444
|
12444
|
#endif
|
12445
|
|
- #if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
12445
|
+ #if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTRA_LCD) //only needed if have an LCD
|
12446
|
12446
|
ubl_lcd_map_control = false;
|
12447
|
12447
|
defer_return_to_status = false;
|
12448
|
12448
|
#endif
|