浏览代码

Chamber followup

Scott Lahteine 4 年前
父节点
当前提交
fd77251fdd
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2
    5
      Marlin/Configuration_adv.h

+ 2
- 5
Marlin/Configuration_adv.h 查看文件

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)

正在加载...
取消
保存