Browse Source

Apply PID_ADD_EXTRUSION_RATE to extras

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
db27e67580
  1. 3
      Marlin/configurator/config/Configuration_adv.h
  2. 1
      Marlin/configurator/config/language.h
  3. 3
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 3
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  5. 3
      Marlin/example_configurations/K8200/Configuration_adv.h
  6. 3
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  7. 3
      Marlin/example_configurations/SCARA/Configuration_adv.h
  8. 3
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  9. 3
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  10. 3
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  11. 3
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  12. 3
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  13. 3
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  14. 3
      Marlin/example_configurations/makibox/Configuration_adv.h
  15. 3
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

3
Marlin/configurator/config/Configuration_adv.h

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

1
Marlin/configurator/config/language.h

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

3
Marlin/example_configurations/Felix/Configuration_adv.h

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

3
Marlin/example_configurations/Hephestos/Configuration_adv.h

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

3
Marlin/example_configurations/K8200/Configuration_adv.h

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

3
Marlin/example_configurations/RigidBot/Configuration_adv.h

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

3
Marlin/example_configurations/SCARA/Configuration_adv.h

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

3
Marlin/example_configurations/TAZ4/Configuration_adv.h

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

3
Marlin/example_configurations/WITBOX/Configuration_adv.h

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

3
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h

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

3
Marlin/example_configurations/delta/generic/Configuration_adv.h

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

3
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

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

3
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

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

3
Marlin/example_configurations/makibox/Configuration_adv.h

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

3
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

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

Loading…
Cancel
Save