Update pins_BIQU_SKR_V1.1.h (#12758)
This commit is contained in:
parent
cb643d87df
commit
d9cf5e4883
@ -74,7 +74,11 @@
|
|||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
//
|
//
|
||||||
#define HEATER_0_PIN P2_07
|
#define HEATER_0_PIN P2_07
|
||||||
|
#if HOTENDS == 1
|
||||||
|
#define FAN1_PIN P2_04
|
||||||
|
#else
|
||||||
#define HEATER_1_PIN P2_04
|
#define HEATER_1_PIN P2_04
|
||||||
|
#endif
|
||||||
#define FAN_PIN P2_03
|
#define FAN_PIN P2_03
|
||||||
#define HEATER_BED_PIN P2_05
|
#define HEATER_BED_PIN P2_05
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user