ENABLED(NEWPANEL) => HAS_LCD_MENU
This commit is contained in:
parent
fc84878cba
commit
cc2bc67440
2 changed files with 15 additions and 15 deletions
|
@ -757,7 +757,7 @@ inline void get_serial_commands() {
|
|||
printerEventLEDs.onPrintCompleted();
|
||||
#if HAS_RESUME_CONTINUE
|
||||
enqueue_and_echo_commands_P(PSTR("M0 S"
|
||||
#if ENABLED(NEWPANEL)
|
||||
#if HAS_LCD_MENU
|
||||
"1800"
|
||||
#else
|
||||
"60"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue