mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-25 08:58:33 -07:00
FAN_INVERTING => FAN_ACTIVE_STATE (LOW)
This commit is contained in:
parent
bd963e533b
commit
0a8dfe5594
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue