|
|
|
|
151
|
#endif
|
151
|
#endif
|
152
|
|
152
|
|
153
|
#if TEMP_SENSOR_CHAMBER
|
153
|
#if TEMP_SENSOR_CHAMBER
|
154
|
- // Make sure you define where your heater is connected, the following works on a BTT SKR 1.4 Turbo
|
|
|
155
|
- // using the secondary tool heater output. (FAN1 by default).
|
|
|
156
|
- //#define FAN1_PIN -1 // Remove the fan signal on pin P2_04 (SKR 1.4 Turbo specific)
|
|
|
157
|
- //#define HEATER_CHAMBER_PIN P2_04 // Chamber heater on/off pin (HE1 connector on SKR 1.4 Turbo)
|
|
|
158
|
-
|
|
|
|
|
154
|
+ //#define HEATER_CHAMBER_PIN P2_04 // Required heater on/off pin (example: SKR 1.4 Turbo HE1 plug)
|
159
|
//#define HEATER_CHAMBER_INVERTING false
|
155
|
//#define HEATER_CHAMBER_INVERTING false
|
|
|
156
|
+ //#define FAN1_PIN -1 // Remove the fan signal on pin P2_04 (example: SKR 1.4 Turbo HE1 plug)
|
160
|
|
157
|
|
161
|
//#define CHAMBER_FAN // Enable a fan on the chamber
|
158
|
//#define CHAMBER_FAN // Enable a fan on the chamber
|
162
|
#if ENABLED(CHAMBER_FAN)
|
159
|
#if ENABLED(CHAMBER_FAN)
|