Browse Source

Never define SLED_PIN

pull/1/head
Scott Lahteine 7 years ago
parent
commit
3e079660b0
  1. 2
      Marlin/pins_MEGATRONICS_3.h
  2. 4
      Marlin/pins_RAMBO.h
  3. 2
      Marlin/pins_RAMPS.h
  4. 7
      Marlin/pins_SANGUINOLOLU_11.h
  5. 2
      Marlin/pins_SCOOVO_X9H.h

2
Marlin/pins_MEGATRONICS_3.h

@ -61,8 +61,6 @@
#define Z_MIN_PROBE_PIN 19
#endif
#define SLED_PIN -1
//
// Steppers
//

4
Marlin/pins_RAMBO.h

@ -63,10 +63,6 @@
#define Z_MIN_PROBE_PIN 30
#endif
#if ENABLED(Z_PROBE_SLED)
#define SLED_PIN -1
#endif
//
// Limit Switches
//

2
Marlin/pins_RAMPS.h

@ -85,8 +85,6 @@
#define Z_MIN_PROBE_PIN 32
#endif
#define SLED_PIN -1
//
// Steppers
//

7
Marlin/pins_SANGUINOLOLU_11.h

@ -41,13 +41,6 @@
#define Y_STOP_PIN 19
#define Z_STOP_PIN 20
//
// Z Probe (when not Z_MIN_PIN)
//
#if ENABLED(Z_PROBE_SLED)
#define SLED_PIN -1
#endif
//
// Steppers
//

2
Marlin/pins_SCOOVO_X9H.h

@ -57,8 +57,6 @@
#define Z_MIN_PROBE_PIN 30
#endif
#define SLED_PIN -1
//
// Steppers
//

Loading…
Cancel
Save