Bläddra i källkod

Apply PID_ADD_EXTRUSION_RATE to extras

Scott Lahteine 9 år sedan
förälder
incheckning
db27e67580

+ 2
- 1
Marlin/configurator/config/Configuration_adv.h Visa fil

@@ -41,7 +41,8 @@
41 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
42 42
   #define PID_ADD_EXTRUSION_RATE
43 43
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
44
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
44
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
45
+    #define LPQ_MAX_LEN 50
45 46
   #endif
46 47
 #endif
47 48
 

+ 1
- 0
Marlin/configurator/config/language.h Visa fil

@@ -199,6 +199,7 @@
199 199
 #define MSG_PID_DEBUG_PTERM                 " pTerm "
200 200
 #define MSG_PID_DEBUG_ITERM                 " iTerm "
201 201
 #define MSG_PID_DEBUG_DTERM                 " dTerm "
202
+#define MSG_PID_DEBUG_CTERM                 " cTerm "
202 203
 #define MSG_INVALID_EXTRUDER_NUM            " - Invalid extruder number !"
203 204
 
204 205
 #define MSG_HEATER_BED                      "bed"

+ 2
- 1
Marlin/example_configurations/Felix/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/K8200/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h Visa fil

@@ -41,7 +41,8 @@
41 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
42 42
   #define PID_ADD_EXTRUSION_RATE
43 43
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
44
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
44
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
45
+    #define LPQ_MAX_LEN 50
45 46
   #endif
46 47
 #endif
47 48
 

+ 2
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h Visa fil

@@ -41,7 +41,8 @@
41 41
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
42 42
   #define PID_ADD_EXTRUSION_RATE
43 43
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
44
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
44
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
45
+    #define LPQ_MAX_LEN 50
45 46
   #endif
46 47
 #endif
47 48
 

+ 2
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Visa fil

@@ -55,7 +55,8 @@
55 55
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
56 56
   #define PID_ADD_EXTRUSION_RATE
57 57
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
58
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
58
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
59
+    #define LPQ_MAX_LEN 50
59 60
   #endif
60 61
 #endif
61 62
 

+ 2
- 1
Marlin/example_configurations/makibox/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

+ 2
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Visa fil

@@ -51,7 +51,8 @@
51 51
   // if Kc is chosen well, the additional required power due to increased melting should be compensated.
52 52
   #define PID_ADD_EXTRUSION_RATE
53 53
   #if ENABLED(PID_ADD_EXTRUSION_RATE)
54
-    #define  DEFAULT_Kc (1) //heating power=Kc*(e_speed)
54
+    #define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
55
+    #define LPQ_MAX_LEN 50
55 56
   #endif
56 57
 #endif
57 58
 

Laddar…
Avbryt
Spara