15 Commits (6d9ea7e184037fd36dd7aea43ee840cb61dd0843)

Author SHA1 Message Date
Scott Lahteine da693a636e Fix handling of escapes in serial input 7 years ago
Scott Lahteine c30a8067ab Prevent watchdog reset due to many comments
Addressing #7449
7 years ago
Scott Lahteine b7053156fe Minor comment/condition cleanup 7 years ago
Scott Lahteine 09c8807a36 Minor formatting in queue.cpp 7 years ago
Roxy-3D bfd9728cf4
Serial buffer over run work around for v2.0.0 (#9236)
* Work around for serial buffer over run

PronterFace sends a lot of M105 commands.  During long operations such
as UBL's G29 P1, G29 P2, G29 P4 and G26 this can over run the serial
buffer.   This results (very often) in a M1 (actually a M1M105) ending
up in the command queue.

Until we figure out a better way to resolve this issue, this will keep
the UBL commands from experiencing bogus commands at thier completion.
7 years ago
Scott Lahteine 2c18faf3e4 General cleanups for HAL 7 years ago
Thomas Moore f7efac57b7 Multi-host support 7 years ago
Dave Johnson 554e577676 SERIAL_STATS_* features not supported on USBCON targets (#9127) 7 years ago
Thomas Moore 8afc4f8d9d Fix UBL compilation warnings 7 years ago
Scott Lahteine e37dd64548 Apply LEDColor, language fixes 7 years ago
Scott Lahteine e0d367f1fb Fix M32 P subroutine handling 7 years ago
Scott Lahteine 0108d5181f Allow asterisks in G-Code commands
Addressing #6655
7 years ago
Scott Lahteine 508d764d63 Add serial XON/XOFF handshaking
From @ejtagle, originally #7459
7 years ago
Scott Lahteine 8fbb833de9 Encapsulate RGB(W) LEDs 7 years ago
Scott Lahteine 722786966a Add gcode.cpp, motion.*, queue.* - Apply to some G-codes. 7 years ago