Fix G-code Queue merge (#21213)
This commit is contained in:
parent
e65a84f6ea
commit
db5967472b
@ -60,10 +60,6 @@ GCodeQueue queue;
|
|||||||
// Frequently used G-code strings
|
// Frequently used G-code strings
|
||||||
PGMSTR(G28_STR, "G28");
|
PGMSTR(G28_STR, "G28");
|
||||||
|
|
||||||
#if NO_TIMEOUTS > 0
|
|
||||||
static millis_t last_command_time = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
GCodeQueue::SerialState GCodeQueue::serial_state[NUM_SERIAL] = { 0 };
|
GCodeQueue::SerialState GCodeQueue::serial_state[NUM_SERIAL] = { 0 };
|
||||||
GCodeQueue::RingBuffer GCodeQueue::ring_buffer = { 0 };
|
GCodeQueue::RingBuffer GCodeQueue::ring_buffer = { 0 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user