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