Browse Source

Tweaks to pins comments

Scott Lahteine 10 years ago
parent
commit
496fc28dc3

+ 1
- 1
Marlin/pins_CHEAPTRONIC.h View File

85
 #define BLEN_B 1
85
 #define BLEN_B 1
86
 #define BLEN_A 0
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
 #define SDCARDDETECT_PIN -1
89
 #define SDCARDDETECT_PIN -1

+ 1
- 1
Marlin/pins_MEGATRONICS_2.h View File

94
 #define BLEN_B 1
94
 #define BLEN_B 1
95
 #define BLEN_A 0
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
 #define BLEN_B 1
99
 #define BLEN_B 1
100
 #define BLEN_A 0
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
 #define BLEN_B 1
78
 #define BLEN_B 1
79
 #define BLEN_A 0
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
     #define BLEN_B 1
133
     #define BLEN_B 1
134
     #define BLEN_A 0
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
   #else //!NEWPANEL - old style panel with shift register
138
   #else //!NEWPANEL - old style panel with shift register
139
 
139
 

+ 1
- 1
Marlin/pins_RAMPS_13.h View File

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

Loading…
Cancel
Save