further refactoring debris extraction
This commit is contained in:
parent
9a41b3a4fb
commit
898b4ca99d
10 changed files with 53 additions and 123 deletions
3
gcode.h
3
gcode.h
|
|
@ -36,7 +36,4 @@ void gc_init();
|
|||
// Execute one block of rs275/ngc/g-code
|
||||
uint8_t gc_execute_line(char *line);
|
||||
|
||||
// get the current logical position (in current units), the current status code and the unit mode
|
||||
void gc_get_status(double *position_, uint8_t *status_code_, int *inches_mode_, uint32_t *line_number_);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue