Browse Source

Neaten config formatting

Scott Lahteine 10 years ago
parent
commit
429c6ccad2

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/configurator/config/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -27,8 +27,8 @@
27 27
    * degrees, the machine is halted, requiring a hard reset. This test restarts with any M104/M109,
28 28
    * but only if the current temperature is below the target by at least 2 * WATCH_TEMP_INCREASE degrees.
29 29
    */
30
-  #define WATCH_TEMP_PERIOD 16                        // Seconds
31
-  #define WATCH_TEMP_INCREASE 4                       // Degrees Celsius
30
+  #define WATCH_TEMP_PERIOD 16                // Seconds
31
+  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
32 32
 #endif
33 33
 
34 34
 #ifdef THERMAL_PROTECTION_BED

Loading…
Cancel
Save