Browse Source

Never define SLED_PIN

Scott Lahteine 7 years ago
parent
commit
3e079660b0

+ 0
- 2
Marlin/pins_MEGATRONICS_3.h View File

@@ -61,8 +61,6 @@
61 61
   #define Z_MIN_PROBE_PIN  19
62 62
 #endif
63 63
 
64
-#define SLED_PIN           -1
65
-
66 64
 //
67 65
 // Steppers
68 66
 //

+ 0
- 4
Marlin/pins_RAMBO.h View File

@@ -63,10 +63,6 @@
63 63
   #define Z_MIN_PROBE_PIN  30
64 64
 #endif
65 65
 
66
-#if ENABLED(Z_PROBE_SLED)
67
-  #define SLED_PIN         -1
68
-#endif
69
-
70 66
 //
71 67
 // Limit Switches
72 68
 //

+ 0
- 2
Marlin/pins_RAMPS.h View File

@@ -85,8 +85,6 @@
85 85
   #define Z_MIN_PROBE_PIN  32
86 86
 #endif
87 87
 
88
-#define SLED_PIN           -1
89
-
90 88
 //
91 89
 // Steppers
92 90
 //

+ 0
- 7
Marlin/pins_SANGUINOLOLU_11.h View File

@@ -42,13 +42,6 @@
42 42
 #define Z_STOP_PIN         20
43 43
 
44 44
 //
45
-// Z Probe (when not Z_MIN_PIN)
46
-//
47
-#if ENABLED(Z_PROBE_SLED)
48
-  #define SLED_PIN         -1
49
-#endif
50
-
51
-//
52 45
 // Steppers
53 46
 //
54 47
 #define X_STEP_PIN         15

+ 0
- 2
Marlin/pins_SCOOVO_X9H.h View File

@@ -57,8 +57,6 @@
57 57
   #define Z_MIN_PROBE_PIN   30
58 58
 #endif
59 59
 
60
-#define SLED_PIN -1
61
-
62 60
 //
63 61
 // Steppers
64 62
 //

Loading…
Cancel
Save