Ver código fonte

Merge pull request #3262 from thinkyhead/rc_less_uptight_temps

Relax the test for "Heating failed" errors
Scott Lahteine 9 anos atrás
pai
commit
4b697938e6

+ 2
- 2
Marlin/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/RigidBot/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/TAZ4/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Ver arquivo

80
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
80
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
81
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
85
 #endif
86
 
86
 
87
 /**
87
 /**

+ 2
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/makibox/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Ver arquivo

75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
75
    * If you get false positives for "Heating failed" increase WATCH_TEMP_PERIOD and/or decrease WATCH_TEMP_INCREASE
76
    * WATCH_TEMP_INCREASE should not be below 2.
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
 #endif
80
 #endif
81
 
81
 
82
 /**
82
 /**

Carregando…
Cancelar
Salvar