Bläddra i källkod

Tweak some config spacing

Scott Lahteine 4 år sedan
förälder
incheckning
84c874c53b
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5
    5
      Marlin/Configuration_adv.h

+ 5
- 5
Marlin/Configuration_adv.h Visa fil

@@ -165,21 +165,21 @@
165 165
  * Thermal Protection parameters for the bed are just as above for hotends.
166 166
  */
167 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 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 176
 #endif
177 177
 
178 178
 /**
179 179
  * Thermal Protection parameters for the heated chamber.
180 180
  */
181 181
 #if ENABLED(THERMAL_PROTECTION_CHAMBER)
182
-  #define THERMAL_PROTECTION_CHAMBER_PERIOD 20    // Seconds
182
+  #define THERMAL_PROTECTION_CHAMBER_PERIOD    20 // Seconds
183 183
   #define THERMAL_PROTECTION_CHAMBER_HYSTERESIS 2 // Degrees Celsius
184 184
 
185 185
   /**

Laddar…
Avbryt
Spara