further refactoring debris extraction

This commit is contained in:
Simen Svale Skogsrud
2010-03-03 17:52:56 +01:00
parent 9a41b3a4fb
commit 898b4ca99d
10 changed files with 53 additions and 123 deletions

View File

@ -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