|
|
|
@ -93,7 +93,7 @@ static bool ensure_safe_temperature(const AdvancedPauseMode mode=ADVANCED_PAUSE_
|
|
|
|
|
|
|
|
|
|
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
|
|
|
|
if (!DEBUGGING(DRYRUN) && thermalManager.targetTooColdToExtrude(active_extruder)) {
|
|
|
|
|
SERIAL_ERROR_MSG(MSG_ERR_HOTEND_TOO_COLD);
|
|
|
|
|
SERIAL_ECHO_MSG(MSG_ERR_HOTEND_TOO_COLD);
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
@ -334,7 +334,7 @@ bool pause_print(const float &retract, const point_t &park_point, const float &u
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
if (!DEBUGGING(DRYRUN) && unload_length && thermalManager.targetTooColdToExtrude(active_extruder)) {
|
|
|
|
|
SERIAL_ERROR_MSG(MSG_ERR_HOTEND_TOO_COLD);
|
|
|
|
|
SERIAL_ECHO_MSG(MSG_ERR_HOTEND_TOO_COLD);
|
|
|
|
|
|
|
|
|
|
#if HAS_LCD_MENU
|
|
|
|
|
if (show_lcd) { // Show status screen
|
|
|
|
|