Add g-code quoted strings, improve stream code (#16818)
This commit is contained in:
parent
e561f744fa
commit
3bef7a4450
6 changed files with 163 additions and 112 deletions
|
|
@ -2784,6 +2784,10 @@
|
|||
*/
|
||||
#define FASTER_GCODE_PARSER
|
||||
|
||||
#if ENABLED(FASTER_GCODE_PARSER)
|
||||
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
|
||||
#endif
|
||||
|
||||
/**
|
||||
* CNC G-code options
|
||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue