Browse Source

Tweaks to pins comments

Scott Lahteine 8 years ago
parent
commit
496fc28dc3

+ 1
- 1
Marlin/pins_CHEAPTRONIC.h View File

@@ -85,5 +85,5 @@
85 85
 #define BLEN_B 1
86 86
 #define BLEN_A 0
87 87
 
88
-// Cheaptronic v1.0 does not use this port
88
+// Cheaptronic v1.0 doesn't use this
89 89
 #define SDCARDDETECT_PIN -1

+ 1
- 1
Marlin/pins_MEGATRONICS_2.h View File

@@ -94,4 +94,4 @@
94 94
 #define BLEN_B 1
95 95
 #define BLEN_A 0
96 96
 
97
-#define SDCARDDETECT_PIN -1  // Megatronics does not use this port
97
+#define SDCARDDETECT_PIN -1  // Megatronics doesn't use this

+ 1
- 1
Marlin/pins_MEGATRONICS_3.h View File

@@ -99,4 +99,4 @@
99 99
 #define BLEN_B 1
100 100
 #define BLEN_A 0
101 101
 
102
-#define SDCARDDETECT_PIN -1	// Megatronics does not use this port
102
+#define SDCARDDETECT_PIN -1	// Megatronics doesn't use this

+ 1
- 1
Marlin/pins_MINITRONICS.h View File

@@ -78,4 +78,4 @@
78 78
 #define BLEN_B 1
79 79
 #define BLEN_A 0
80 80
 
81
-#define SDCARDDETECT_PIN -1  // Minitronics does not use this port
81
+#define SDCARDDETECT_PIN -1  // Minitronics doesn't use this

+ 1
- 1
Marlin/pins_RAMBO.h View File

@@ -133,7 +133,7 @@
133 133
     #define BLEN_B 1
134 134
     #define BLEN_A 0
135 135
 
136
-    #define SDCARDDETECT_PIN 81 // Ramps doesn't use this port
136
+    #define SDCARDDETECT_PIN 81 // Ramps doesn't use this
137 137
 
138 138
   #else //!NEWPANEL - old style panel with shift register
139 139
 

+ 1
- 1
Marlin/pins_RAMPS_13.h View File

@@ -237,7 +237,7 @@
237 237
       #if ENABLED(G3D_PANEL)
238 238
         #define SDCARDDETECT_PIN 49
239 239
       #else
240
-        #define SDCARDDETECT_PIN -1  // Ramps does not use this port
240
+        #define SDCARDDETECT_PIN -1  // Ramps doesn't use this
241 241
       #endif
242 242
 
243 243
     #endif

Loading…
Cancel
Save