Scott Lahteine 6 years ago
parent
commit
3748c28924
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/lcd/ultralcd.h

+ 2
- 0
Marlin/src/lcd/ultralcd.h View File

@@ -226,6 +226,8 @@
226 226
 
227 227
 #else // no LCD
228 228
 
229
+  constexpr bool lcd_wait_for_move = false;
230
+
229 231
   inline void lcd_update() {}
230 232
   inline void lcd_init() {}
231 233
   inline bool lcd_hasstatus() { return false; }

Loading…
Cancel
Save