mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-21 21:58:06 -06:00
Add DUET_SMART_EFFECTOR
This commit is contained in:
parent
a9d8ef4648
commit
9cc9167a13
159 changed files with 1113 additions and 0 deletions
|
@ -984,6 +984,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
|
||||
|
||||
/**
|
||||
* Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
||||
* Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue