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

This commit is contained in:
InsanityAutomation
2021-07-08 00:41:33 -04:00
committed by Scott Lahteine
parent 5026797310
commit a35c234ce1
7 changed files with 8 additions and 8 deletions

View File

@ -105,7 +105,7 @@
#ifndef HEATER_0_PIN
#define HEATER_0_PIN PC3
#endif
#if HOTENDS == 1
#if HOTENDS == 1 && DISABLED(HEATERS_PARALLEL)
#ifndef FAN1_PIN
#define FAN1_PIN PB0
#endif