LVGL G-code preview. Legacy MKS WiFi Cura plugin compatibility (#20589)
This commit is contained in:
parent
aff4fccfc3
commit
90a2b482e6
5 changed files with 20 additions and 8 deletions
|
|
@ -158,8 +158,6 @@ bool GCodeQueue::_enqueue(const char* cmd, bool say_ok/*=false*/
|
|||
return true;
|
||||
}
|
||||
|
||||
#define ISEOL(C) ((C) == '\n' || (C) == '\r')
|
||||
|
||||
/**
|
||||
* Enqueue with Serial Echo
|
||||
* Return true if the command was consumed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue