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

@ -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