Fix MBL G29 without LCD
Addressing https://github.com/MarlinFirmware/Marlin/pull/8575#discussion_r154536617
This commit is contained in:
parent
772298257b
commit
3748c28924
@ -226,6 +226,8 @@
|
||||
|
||||
#else // no LCD
|
||||
|
||||
constexpr bool lcd_wait_for_move = false;
|
||||
|
||||
inline void lcd_update() {}
|
||||
inline void lcd_init() {}
|
||||
inline bool lcd_hasstatus() { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user