Case-insensitive g-code option (#16932)

This commit is contained in:
Scott Lahteine
2020-02-26 09:23:55 -06:00
committed by GitHub
parent 18b875dc9f
commit 832951ec44
3 changed files with 34 additions and 13 deletions

View File

@ -2790,6 +2790,8 @@
//#define GCODE_QUOTED_STRINGS // Support for quoted string parameters
#endif
//#define GCODE_CASE_INSENSITIVE // Accept G-code sent to the firmware in lowercase
/**
* CNC G-code options
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.