mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 15:37:32 -06:00
Add DUET_SMART_EFFECTOR
This commit is contained in:
parent
a9d8ef4648
commit
9cc9167a13
159 changed files with 1113 additions and 0 deletions
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -923,6 +923,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -936,6 +936,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -980,6 +980,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -980,6 +980,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -927,6 +927,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -957,6 +957,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -929,6 +929,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -927,6 +927,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -928,6 +928,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -917,6 +917,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -904,6 +904,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -917,6 +917,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -904,6 +904,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -908,6 +908,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -909,6 +909,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -915,6 +915,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -917,6 +917,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -935,6 +935,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -914,6 +914,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -918,6 +918,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -898,6 +898,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -898,6 +898,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -908,6 +908,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -922,6 +922,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -999,6 +999,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -943,6 +943,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -923,6 +923,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -898,6 +898,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -915,6 +915,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -900,6 +900,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -931,6 +931,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -899,6 +899,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -923,6 +923,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -915,6 +915,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -915,6 +915,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -937,6 +937,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -937,6 +937,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -936,6 +936,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -902,6 +902,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -919,6 +919,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -927,6 +927,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -919,6 +919,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -936,6 +936,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -926,6 +926,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -920,6 +920,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -917,6 +917,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -923,6 +923,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -922,6 +922,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -921,6 +921,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -916,6 +916,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -924,6 +924,13 @@
|
||||||
#define Z_PROBE_RETRACT_X X_MAX_POS
|
#define Z_PROBE_RETRACT_X X_MAX_POS
|
||||||
#endif
|
#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.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue