Make output on display dependant of ULTRA_LCD
This commit is contained in:
parent
cb6e82dc60
commit
89d2ee6f13
@ -6374,7 +6374,9 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
|
||||
}
|
||||
|
||||
void kill(const char *lcd_msg) {
|
||||
#ifdef ULTRA_LCD
|
||||
lcd_setalertstatuspgm(lcd_msg);
|
||||
#endif
|
||||
|
||||
cli(); // Stop interrupts
|
||||
disable_all_heaters();
|
||||
|
Loading…
Reference in New Issue
Block a user