New GCode Parser - Implementation
This commit is contained in:
parent
002a06c507
commit
f4028fe088
13 changed files with 1110 additions and 733 deletions
|
|
@ -838,4 +838,7 @@
|
|||
// Shorthand
|
||||
#define GRID_MAX_POINTS ((GRID_MAX_POINTS_X) * (GRID_MAX_POINTS_Y))
|
||||
|
||||
// Add commands that need sub-codes to this list
|
||||
#define USE_GCODE_SUBCODES ENABLED(G38_PROBE_TARGET)
|
||||
|
||||
#endif // CONDITIONALS_POST_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue