Never define SLED_PIN
This commit is contained in:
parent
28fec61f92
commit
3e079660b0
@ -61,8 +61,6 @@
|
|||||||
#define Z_MIN_PROBE_PIN 19
|
#define Z_MIN_PROBE_PIN 19
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SLED_PIN -1
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
@ -63,10 +63,6 @@
|
|||||||
#define Z_MIN_PROBE_PIN 30
|
#define Z_MIN_PROBE_PIN 30
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(Z_PROBE_SLED)
|
|
||||||
#define SLED_PIN -1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
|
@ -85,8 +85,6 @@
|
|||||||
#define Z_MIN_PROBE_PIN 32
|
#define Z_MIN_PROBE_PIN 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SLED_PIN -1
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
@ -41,13 +41,6 @@
|
|||||||
#define Y_STOP_PIN 19
|
#define Y_STOP_PIN 19
|
||||||
#define Z_STOP_PIN 20
|
#define Z_STOP_PIN 20
|
||||||
|
|
||||||
//
|
|
||||||
// Z Probe (when not Z_MIN_PIN)
|
|
||||||
//
|
|
||||||
#if ENABLED(Z_PROBE_SLED)
|
|
||||||
#define SLED_PIN -1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
@ -57,8 +57,6 @@
|
|||||||
#define Z_MIN_PROBE_PIN 30
|
#define Z_MIN_PROBE_PIN 30
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SLED_PIN -1
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user