Make output on display dependant of ULTRA_LCD

master
AnHardt 10 years ago
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…
Cancel
Save