LVGL G-code preview. Legacy MKS WiFi Cura plugin compatibility (#20589)

This commit is contained in:
Victor Oliveira
2020-12-29 01:07:11 -03:00
committed by GitHub
parent aff4fccfc3
commit 90a2b482e6
5 changed files with 20 additions and 8 deletions

View File

@ -76,7 +76,6 @@ public:
FORCE_INLINE static void disable() { enabled = false; }
FORCE_INLINE static void update(State &state, const uint8_t c) {
#define ISEOL(C) ((C) == '\n' || (C) == '\r')
switch (state) {
case EP_RESET:
switch (c) {