report probe_succeeded with probe status

This commit is contained in:
Elijah Insua
2014-09-22 20:32:47 -07:00
parent 0beacbbb11
commit 297f4d1dd6
5 changed files with 9 additions and 5 deletions

View File

@ -79,6 +79,7 @@ typedef struct {
uint8_t auto_start; // Planner auto-start flag. Toggled off during feed hold. Defaulted by settings.
volatile uint8_t probe_state; // Probing state value. Used to coordinate the probing cycle with stepper ISR.
int32_t probe_position[N_AXIS]; // Last probe position in machine coordinates and steps.
uint8_t probe_succeeded;
} system_t;
extern system_t sys;