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
parent
commit
df297b6ca3
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/pins/stm32f4/pins_FYSETC_S6.h

+ 3
- 3
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h View File

@@ -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
 

Loading…
Cancel
Save