Browse Source

Tweak pins spacing, comments

Scott Lahteine 4 years ago
parent
commit
5d16497bed

+ 9
- 9
Marlin/src/pins/linux/pins_RAMPS_LINUX.h View File

@@ -127,15 +127,15 @@
127 127
 //
128 128
 // Temperature Sensors
129 129
 //
130
-#define TEMP_0_PIN            0   // Analog Input
131
-#define TEMP_1_PIN            1   // Analog Input
132
-#define TEMP_BED_PIN          2   // Analog Input
130
+#define TEMP_0_PIN          0   // Analog Input
131
+#define TEMP_1_PIN          1   // Analog Input
132
+#define TEMP_BED_PIN        2   // Analog Input
133 133
 
134 134
 // SPI for Max6675 or Max31855 Thermocouple
135 135
 #if DISABLED(SDSUPPORT)
136
-  #define MAX6675_SS_PIN     66   // Don't use 53 if there is even the remote possibility of using Display/SD card
136
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
137 137
 #else
138
-  #define MAX6675_SS_PIN     66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
138
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
139 139
 #endif
140 140
 
141 141
 //
@@ -159,16 +159,16 @@
159 159
 // Heaters / Fans
160 160
 //
161 161
 #ifndef MOSFET_D_PIN
162
-  #define MOSFET_D_PIN  -1
162
+  #define MOSFET_D_PIN     -1
163 163
 #endif
164 164
 #ifndef RAMPS_D8_PIN
165
-  #define RAMPS_D8_PIN   8
165
+  #define RAMPS_D8_PIN      8
166 166
 #endif
167 167
 #ifndef RAMPS_D9_PIN
168
-  #define RAMPS_D9_PIN   9
168
+  #define RAMPS_D9_PIN      9
169 169
 #endif
170 170
 #ifndef RAMPS_D10_PIN
171
-  #define RAMPS_D10_PIN 10
171
+  #define RAMPS_D10_PIN    10
172 172
 #endif
173 173
 
174 174
 #define HEATER_0_PIN     RAMPS_D10_PIN

+ 2
- 2
Marlin/src/pins/ramps/pins_FORMBOT_RAPTOR.h View File

@@ -115,9 +115,9 @@
115 115
 
116 116
 // SPI for Max6675 or Max31855 Thermocouple
117 117
 #if DISABLED(SDSUPPORT)
118
-  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
118
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
119 119
 #else
120
-  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
120
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
121 121
 #endif
122 122
 
123 123
 //

+ 2
- 2
Marlin/src/pins/ramps/pins_FORMBOT_TREX2PLUS.h View File

@@ -112,9 +112,9 @@
112 112
 
113 113
 // SPI for Max6675 or Max31855 Thermocouple
114 114
 #if DISABLED(SDSUPPORT)
115
-  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
115
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
116 116
 #else
117
-  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
117
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
118 118
 #endif
119 119
 
120 120
 //

+ 2
- 2
Marlin/src/pins/ramps/pins_FORMBOT_TREX3.h View File

@@ -112,9 +112,9 @@
112 112
 
113 113
 // SPI for Max6675 or Max31855 Thermocouple
114 114
 #if DISABLED(SDSUPPORT)
115
-  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
115
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
116 116
 #else
117
-  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
117
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
118 118
 #endif
119 119
 
120 120
 

+ 2
- 2
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -169,9 +169,9 @@
169 169
 
170 170
 // SPI for Max6675 or Max31855 Thermocouple
171 171
 #if DISABLED(SDSUPPORT)
172
-  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
172
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
173 173
 #else
174
-  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
174
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
175 175
 #endif
176 176
 
177 177
 //

+ 2
- 2
Marlin/src/pins/ramps/pins_RAMPS_OLD.h View File

@@ -78,9 +78,9 @@
78 78
 
79 79
 // SPI for Max6675 or Max31855 Thermocouple
80 80
 #if DISABLED(SDSUPPORT)
81
-  #define MAX6675_SS_PIN   66   // Don't use 53 if there is even the remote possibility of using Display/SD card
81
+  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
82 82
 #else
83
-  #define MAX6675_SS_PIN   66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
83
+  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
84 84
 #endif
85 85
 
86 86
 //

+ 2
- 2
Marlin/src/pins/ramps/pins_TT_OSCAR.h View File

@@ -184,9 +184,9 @@
184 184
 
185 185
 // SPI for Max6675 or Max31855 Thermocouple
186 186
 //#if DISABLED(SDSUPPORT)
187
-//  #define MAX6675_SS       66   // Don't use 53 if there is even the remote possibility of using Display/SD card
187
+//  #define MAX6675_SS_PIN   66   // Don't use 53 if using Display/SD card
188 188
 //#else
189
-//  #define MAX6675_SS       66   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
189
+//  #define MAX6675_SS_PIN   66   // Don't use 49 (SD_DETECT_PIN)
190 190
 //#endif
191 191
 
192 192
 //

+ 2
- 2
Marlin/src/pins/sam/pins_RAMPS_DUO.h View File

@@ -67,9 +67,9 @@
67 67
 // SPI for Max6675 or Max31855 Thermocouple
68 68
 #undef MAX6675_SS_PIN
69 69
 #if DISABLED(SDSUPPORT)
70
-  #define MAX6675_SS_PIN   69   // Don't use 53 if there is even the remote possibility of using Display/SD card
70
+  #define MAX6675_SS_PIN   69   // Don't use 53 if using Display/SD card
71 71
 #else
72
-  #define MAX6675_SS_PIN   69   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
72
+  #define MAX6675_SS_PIN   69   // Don't use 49 (SD_DETECT_PIN)
73 73
 #endif
74 74
 
75 75
 //

+ 2
- 2
Marlin/src/pins/sam/pins_RAMPS_SMART.h View File

@@ -90,9 +90,9 @@
90 90
 // SPI for Max6675 or Max31855 Thermocouple
91 91
 #undef MAX6675_SS_PIN
92 92
 #if DISABLED(SDSUPPORT)
93
-  #define MAX6675_SS_PIN   67   // Don't use 53 if there is even the remote possibility of using Display/SD card
93
+  #define MAX6675_SS_PIN   67   // Don't use 53 if using Display/SD card
94 94
 #else
95
-  #define MAX6675_SS_PIN   67   // Don't use 49 as this is tied to the switch inside the SD card socket to detect if there is an SD card present
95
+  #define MAX6675_SS_PIN   67   // Don't use 49 (SD_DETECT_PIN)
96 96
 #endif
97 97
 
98 98
 //

Loading…
Cancel
Save