Parcourir la source

Chamber followup

Scott Lahteine il y a 4 ans
Parent
révision
fd77251fdd
1 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2
    5
      Marlin/Configuration_adv.h

+ 2
- 5
Marlin/Configuration_adv.h Voir le fichier

@@ -151,12 +151,9 @@
151 151
 #endif
152 152
 
153 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 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 158
   //#define CHAMBER_FAN               // Enable a fan on the chamber
162 159
   #if ENABLED(CHAMBER_FAN)

Chargement…
Annuler
Enregistrer