Add DUET_SMART_EFFECTOR

This commit is contained in:
Scott Lahteine 2020-02-09 11:44:36 -06:00
parent a9d8ef4648
commit 9cc9167a13
159 changed files with 1113 additions and 0 deletions

View file

@ -899,6 +899,13 @@
#define Z_PROBE_RETRACT_X X_MAX_POS
#endif
// Duet Smart Effector (for delta printers) - https://bit.ly/2ul5U7J
// When the pin is defined you can use M672 to set/reset the probe sensivity.
//#define DUET_SMART_EFFECTOR
#if ENABLED(DUET_SMART_EFFECTOR)
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
#endif
//
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
//