🐛 Fix redundant heater / sensor pin assignments (#22309)

This commit is contained in:
InsanityAutomation
2021-07-08 00:41:33 -04:00
committed by GitHub
parent 9642a36895
commit 0d5db6aa75
7 changed files with 8 additions and 8 deletions

View File

@@ -217,7 +217,7 @@
#define FAN1_PIN RAMPS_D8_PIN
#elif DISABLED(IS_RAMPS_SF) // Not Spindle, Fan (i.e., "EFBF" or "EFBE")
#define HEATER_BED_PIN RAMPS_D8_PIN
#if HOTENDS == 1
#if HOTENDS == 1 && DISABLED(HEATERS_PARALLEL)
#define FAN1_PIN MOSFET_D_PIN
#else
#define HEATER_1_PIN MOSFET_D_PIN