Browse Source

Relax the test for "Heating failed" errors

Scott Lahteine 8 years ago
parent
commit
3b2d159abd

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -80,8 +80,8 @@
80 80
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
81 81
    * WATCH_TEMP_INCREASE should not be below 2.
82 82
    */
83
-  #define WATCH_TEMP_PERIOD 16                // Seconds
84
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
83
+  #define WATCH_TEMP_PERIOD 20                // Seconds
84
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
85 85
 #endif
86 86
 
87 87
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

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

@@ -75,8 +75,8 @@
75 75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76 76
    * WATCH_TEMP_INCREASE should not be below 2.
77 77
    */
78
-  #define WATCH_TEMP_PERIOD 16                // Seconds
79
-  #define WATCH_TEMP_INCREASE 4               // Degrees Celsius
78
+  #define WATCH_TEMP_PERIOD 20                // Seconds
79
+  #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
80 80
 #endif
81 81
 
82 82
 /**

Loading…
Cancel
Save