Browse Source

Follow-up the PR #3676(Advance extrusion algorithm – LIN_ADVANCE)

・Update forgotten example configurations
pull/1/head
esenapaj 8 years ago
parent
commit
741cda0e47
  1. 9
      Marlin/example_configurations/Felix/Configuration_adv.h
  2. 9
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  3. 9
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  4. 9
      Marlin/example_configurations/K8200/Configuration_adv.h
  5. 9
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  6. 9
      Marlin/example_configurations/SCARA/Configuration_adv.h
  7. 9
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  8. 9
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  9. 9
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  10. 9
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  11. 9
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  12. 9
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  13. 9
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  14. 9
      Marlin/example_configurations/makibox/Configuration_adv.h
  15. 9
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

9
Marlin/example_configurations/Felix/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 1.75
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/K8200/Configuration_adv.h

@ -451,6 +451,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 1.75
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 1.75
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -453,6 +453,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 1.75
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

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

@ -447,6 +447,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

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

@ -447,6 +447,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

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

@ -446,6 +446,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

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

@ -451,6 +451,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -447,6 +447,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

9
Marlin/example_configurations/makibox/Configuration_adv.h

@ -445,6 +445,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

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

@ -445,6 +445,15 @@
#define D_FILAMENT 2.85
#endif
// Implementation of a linear pressure control
// Assumption: advance = k * (delta velocity)
// K=0 means advance disabled. A good value for a gregs wade extruder will be around K=75
//#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define LIN_ADVANCE_K 75
#endif
// @section leveling
// Default mesh area is an area with an inset margin on the print area.

Loading…
Cancel
Save