Browse Source
Fix FYSETC_S6 heaters pins (#21483)
When adding support FYSETC Spider board the S6 pins file was broken.
vanilla_fb_2.0.x
Marco van Wieringen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
|
@ -171,13 +171,13 @@ |
|
|
#ifndef HEATER_0_PIN |
|
|
#ifndef HEATER_0_PIN |
|
|
#define HEATER_0_PIN PB3 |
|
|
#define HEATER_0_PIN PB3 |
|
|
#endif |
|
|
#endif |
|
|
#ifndef HEATER_0_PIN |
|
|
#ifndef HEATER_1_PIN |
|
|
#define HEATER_1_PIN PB4 |
|
|
#define HEATER_1_PIN PB4 |
|
|
#endif |
|
|
#endif |
|
|
#ifndef HEATER_0_PIN |
|
|
#ifndef HEATER_2_PIN |
|
|
#define HEATER_2_PIN PB15 |
|
|
#define HEATER_2_PIN PB15 |
|
|
#endif |
|
|
#endif |
|
|
#ifndef HEATER_0_PIN |
|
|
#ifndef HEATER_BED_PIN |
|
|
#define HEATER_BED_PIN PC8 |
|
|
#define HEATER_BED_PIN PC8 |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|