|
@@ -329,12 +329,6 @@ bool pause_print(const float &retract, const point_t &park_point, const float &u
|
329
|
329
|
host_action_pause();
|
330
|
330
|
#endif
|
331
|
331
|
|
332
|
|
- #if HAS_LCD_MENU
|
333
|
|
- if (show_lcd) lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INIT, ADVANCED_PAUSE_MODE_PAUSE_PRINT);
|
334
|
|
- #else
|
335
|
|
- UNUSED(show_lcd);
|
336
|
|
- #endif
|
337
|
|
-
|
338
|
332
|
if (!DEBUGGING(DRYRUN) && unload_length && thermalManager.targetTooColdToExtrude(active_extruder)) {
|
339
|
333
|
SERIAL_ECHO_MSG(MSG_ERR_HOTEND_TOO_COLD);
|
340
|
334
|
|
|
@@ -343,6 +337,8 @@ bool pause_print(const float &retract, const point_t &park_point, const float &u
|
343
|
337
|
lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
|
344
|
338
|
LCD_MESSAGEPGM(MSG_M600_TOO_COLD);
|
345
|
339
|
}
|
|
340
|
+ #else
|
|
341
|
+ UNUSED(show_lcd);
|
346
|
342
|
#endif
|
347
|
343
|
|
348
|
344
|
return false; // unable to reach safe temperature
|