added error messages and dropped echoing of command input
This commit is contained in:
parent
9f5365aac9
commit
682e23eb7b
2 changed files with 19 additions and 6 deletions
3
gcode.h
3
gcode.h
|
|
@ -27,8 +27,7 @@
|
|||
#define GCSTATUS_BAD_NUMBER_FORMAT 1
|
||||
#define GCSTATUS_EXPECTED_COMMAND_LETTER 2
|
||||
#define GCSTATUS_UNSUPPORTED_STATEMENT 3
|
||||
#define GCSTATUS_MOTION_CONTROL_ERROR 4
|
||||
#define GCSTATUS_FLOATING_POINT_ERROR 5
|
||||
#define GCSTATUS_FLOATING_POINT_ERROR 4
|
||||
|
||||
// Initialize the parser
|
||||
void gc_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue