PROBE_ACTIVATION_SWITCH

This commit is contained in:
Scott Lahteine 2020-12-18 21:44:44 -06:00
parent 8b5d7469ac
commit c92d776174
239 changed files with 2629 additions and 0 deletions

View file

@ -1026,6 +1026,17 @@
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
/**
* Probe Activation Switch
* A switch indicating proper deployment, or an optical
* switch triggered when the carriage is near the bed.
*/
//#define PROBE_ACTIVATION_SWITCH
#if ENABLED(PROBE_ACTIVATION_SWITCH)
#define PROBE_ACTIVATION_SWITCH_STATE LOW // State indicating probe is active
//#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Override default pin
#endif
/**
* Multiple Probing
*