Update pins_BIQU_SKR_V1.1.h (#12758)

2.0.x
petieken 6 years ago committed by Scott Lahteine
parent cb643d87df
commit d9cf5e4883

@ -74,7 +74,11 @@
// Heaters / Fans
//
#define HEATER_0_PIN P2_07
#define HEATER_1_PIN P2_04
#if HOTENDS == 1
#define FAN1_PIN P2_04
#else
#define HEATER_1_PIN P2_04
#endif
#define FAN_PIN P2_03
#define HEATER_BED_PIN P2_05

Loading…
Cancel
Save