add/install probe_errors_enabled in mc_probe_cycle
This commit is contained in:
2
probe.h
2
probe.h
@ -38,6 +38,8 @@ void probe_init();
|
||||
// Returns probe pin state.
|
||||
uint8_t probe_get_state(uint8_t mode);
|
||||
|
||||
uint8_t probe_errors_enabled(uint8_t mode);
|
||||
|
||||
// Monitors probe pin state and records the system position when detected. Called by the
|
||||
// stepper ISR per ISR tick.
|
||||
void probe_state_monitor();
|
||||
|
Reference in New Issue
Block a user