lots and lots of bugfixes after running on reals hardware for the first time
This commit is contained in:
parent
9799955555
commit
50a9f78088
19 changed files with 827 additions and 368 deletions
1
gcode.h
1
gcode.h
|
|
@ -28,6 +28,7 @@
|
|||
#define GCSTATUS_EXPECTED_COMMAND_LETTER 2
|
||||
#define GCSTATUS_UNSUPPORTED_STATEMENT 3
|
||||
#define GCSTATUS_MOTION_CONTROL_ERROR 4
|
||||
#define GCSTATUS_FLOATING_POINT_ERROR 5
|
||||
|
||||
// Initialize the parser
|
||||
void gc_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue