Merge chamnit/v0_7 with grbl/master
This commit is contained in:
parent
74576a8a0c
commit
9713f9067d
32 changed files with 1558 additions and 1020 deletions
6
gcode.h
6
gcode.h
|
|
@ -23,12 +23,6 @@
|
|||
#define gcode_h
|
||||
#include <avr/io.h>
|
||||
|
||||
#define GCSTATUS_OK 0
|
||||
#define GCSTATUS_BAD_NUMBER_FORMAT 1
|
||||
#define GCSTATUS_EXPECTED_COMMAND_LETTER 2
|
||||
#define GCSTATUS_UNSUPPORTED_STATEMENT 3
|
||||
#define GCSTATUS_FLOATING_POINT_ERROR 4
|
||||
|
||||
// Initialize the parser
|
||||
void gc_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue