Fix indentation
This commit is contained in:
parent
a8ce9358e5
commit
a2c7dcbbf8
|
|
@ -1546,7 +1546,7 @@ void bed_min_temp_error(void) {
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
disable_heater();
|
disable_heater();
|
||||||
static const char err[] PROGMEM = "MINTEMP BED";
|
static const char err[] PROGMEM = "MINTEMP BED";
|
||||||
if(IsStopped() == false) {
|
if(IsStopped() == false) {
|
||||||
temp_error_messagepgm(err);
|
temp_error_messagepgm(err);
|
||||||
last_alert_sent_to_lcd = LCDALERT_BEDMINTEMP;
|
last_alert_sent_to_lcd = LCDALERT_BEDMINTEMP;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue