Browse Source
Fix FYSETC_S6 heaters pins (#21483)
When adding support FYSETC Spider board the S6 pins file was broken.
Marco van Wieringen
4 years ago
No account linked to committer's email address
|
@@ -171,13 +171,13 @@
|
171
|
171
|
#ifndef HEATER_0_PIN
|
172
|
172
|
#define HEATER_0_PIN PB3
|
173
|
173
|
#endif
|
174
|
|
-#ifndef HEATER_0_PIN
|
|
174
|
+#ifndef HEATER_1_PIN
|
175
|
175
|
#define HEATER_1_PIN PB4
|
176
|
176
|
#endif
|
177
|
|
-#ifndef HEATER_0_PIN
|
|
177
|
+#ifndef HEATER_2_PIN
|
178
|
178
|
#define HEATER_2_PIN PB15
|
179
|
179
|
#endif
|
180
|
|
-#ifndef HEATER_0_PIN
|
|
180
|
+#ifndef HEATER_BED_PIN
|
181
|
181
|
#define HEATER_BED_PIN PC8
|
182
|
182
|
#endif
|
183
|
183
|
|