Parcourir la source

Tweak some config spacing

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

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

165
  * Thermal Protection parameters for the bed are just as above for hotends.
165
  * Thermal Protection parameters for the bed are just as above for hotends.
166
  */
166
  */
167
 #if ENABLED(THERMAL_PROTECTION_BED)
167
 #if ENABLED(THERMAL_PROTECTION_BED)
168
-  #define THERMAL_PROTECTION_BED_PERIOD 20    // Seconds
169
-  #define THERMAL_PROTECTION_BED_HYSTERESIS 2 // Degrees Celsius
168
+  #define THERMAL_PROTECTION_BED_PERIOD        20 // Seconds
169
+  #define THERMAL_PROTECTION_BED_HYSTERESIS     2 // Degrees Celsius
170
 
170
 
171
   /**
171
   /**
172
    * As described above, except for the bed (M140/M190/M303).
172
    * As described above, except for the bed (M140/M190/M303).
173
    */
173
    */
174
-  #define WATCH_BED_TEMP_PERIOD 60                // Seconds
175
-  #define WATCH_BED_TEMP_INCREASE 2               // Degrees Celsius
174
+  #define WATCH_BED_TEMP_PERIOD                60 // Seconds
175
+  #define WATCH_BED_TEMP_INCREASE               2 // Degrees Celsius
176
 #endif
176
 #endif
177
 
177
 
178
 /**
178
 /**
179
  * Thermal Protection parameters for the heated chamber.
179
  * Thermal Protection parameters for the heated chamber.
180
  */
180
  */
181
 #if ENABLED(THERMAL_PROTECTION_CHAMBER)
181
 #if ENABLED(THERMAL_PROTECTION_CHAMBER)
182
-  #define THERMAL_PROTECTION_CHAMBER_PERIOD 20    // Seconds
182
+  #define THERMAL_PROTECTION_CHAMBER_PERIOD    20 // Seconds
183
   #define THERMAL_PROTECTION_CHAMBER_HYSTERESIS 2 // Degrees Celsius
183
   #define THERMAL_PROTECTION_CHAMBER_HYSTERESIS 2 // Degrees Celsius
184
 
184
 
185
   /**
185
   /**

Chargement…
Annuler
Enregistrer