Fix BAUD_RATE_GCODE, etc. (#17135)

This commit is contained in:
Jason Smith
2020-03-12 17:26:09 -07:00
committed by GitHub
parent 4e96a014a8
commit 9c759e5f74
5 changed files with 8 additions and 8 deletions

View File

@ -59,7 +59,7 @@ void GcodeSuite::M0_M1() {
#if HAS_LEDS_OFF_FLAG
const bool seenQ = parser.seen('Q');
if (seenQ) printerEventLEDs.onPrintCompleted(); // Change LED color for Print Completed
#else
#elif HAS_LCD_MENU
constexpr bool seenQ = false;
#endif