V2 S1 UI Change

This commit is contained in:
InsanityAutomation
2022-03-26 19:46:26 -04:00
parent e16655a011
commit dae60f4b29
+5 -1
View File
@@ -631,7 +631,11 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN -1
#if ENABLED(MachineEnder3S1)
#define E0_AUTO_FAN_PIN PC0
#else
#define E0_AUTO_FAN_PIN -1
#endif
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1