FAN_INVERTING => FAN_ACTIVE_STATE (LOW)

This commit is contained in:
Scott Lahteine 2022-01-18 00:41:27 -06:00
parent bd963e533b
commit 0a8dfe5594
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@
#define HEATER_BED_INVERTING 1
#define HEATER_0_INVERTING 1
//#define HEATER_1_INVERTING 0
#define FAN_INVERTING 1
#define FAN_ACTIVE_STATE LOW
#if TEMP_SENSOR_COOLER == 1000
#define COOLER_PULLUP_RESISTOR_OHMS 4700 // Pullup resistor

View file

@ -118,7 +118,7 @@
#define HEATER_BED_INVERTING 1
#define HEATER_0_INVERTING 1
//#define HEATER_1_INVERTING 0
#define FAN_INVERTING 1
#define FAN_ACTIVE_STATE LOW
#if TEMP_SENSOR_COOLER == 1000
#define COOLER_PULLUP_RESISTOR_OHMS 4700 // Pullup resistor