refactored handling of settings '$' command out of gcode module and into settings module
This commit is contained in:
parent
6893463e80
commit
9876e14f0b
9 changed files with 93 additions and 68 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