Duet Smart Effector support (#16641)

This commit is contained in:
Bob Kuhn
2020-01-25 02:00:51 -06:00
committed by Scott Lahteine
parent 86c18ea6e0
commit 0d166f9c7d
6 changed files with 144 additions and 22 deletions

View File

@@ -915,6 +915,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.
//