further refactoring debris extraction
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user