Jason Smith
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
15 additions and
19 deletions
-
Marlin/Configuration.h
-
buildroot/tests/BIGTREE_GTR_V1_0-tests
|
@ -486,24 +486,17 @@ |
|
|
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
|
|
|
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
|
|
|
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
|
|
|
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
|
|
|
// Set/get with gcode: M301 E[extruder number, 0-2]
|
|
|
// Set/get with gcode: M301 E[extruder number, 0-2]
|
|
|
|
|
|
#if ENABLED(PID_PARAMS_PER_HOTEND) |
|
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
|
|
// Specify between 1 and HOTENDS values per array.
|
|
|
|
|
|
// If fewer than EXTRUDER values are provided, the last element will be repeated.
|
|
|
// Ultimaker
|
|
|
#define DEFAULT_Kp_LIST { 22.20, 20.0 } |
|
|
#define DEFAULT_Kp 22.2 |
|
|
#define DEFAULT_Ki_LIST { 1.08, 1.0 } |
|
|
#define DEFAULT_Ki 1.08 |
|
|
#define DEFAULT_Kd_LIST { 114.00, 112.0 } |
|
|
#define DEFAULT_Kd 114 |
|
|
#else |
|
|
|
|
|
#define DEFAULT_Kp 22.20 |
|
|
// MakerGear
|
|
|
#define DEFAULT_Ki 1.08 |
|
|
//#define DEFAULT_Kp 7.0
|
|
|
#define DEFAULT_Kd 114.00 |
|
|
//#define DEFAULT_Ki 0.1
|
|
|
#endif |
|
|
//#define DEFAULT_Kd 12
|
|
|
|
|
|
|
|
|
|
|
|
// Mendel Parts V9 on 12V
|
|
|
|
|
|
//#define DEFAULT_Kp 63.0
|
|
|
|
|
|
//#define DEFAULT_Ki 2.25
|
|
|
|
|
|
//#define DEFAULT_Kd 440
|
|
|
|
|
|
|
|
|
|
|
|
#endif // PIDTEMP
|
|
|
#endif // PIDTEMP
|
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
//===========================================================================
|
|
|
|
@ -36,7 +36,10 @@ opt_set TEMP_SENSOR_3 1 |
|
|
opt_set TEMP_SENSOR_4 1 |
|
|
opt_set TEMP_SENSOR_4 1 |
|
|
opt_set TEMP_SENSOR_5 1 |
|
|
opt_set TEMP_SENSOR_5 1 |
|
|
opt_set NUM_Z_STEPPER_DRIVERS 3 |
|
|
opt_set NUM_Z_STEPPER_DRIVERS 3 |
|
|
opt_enable TOOLCHANGE_FILAMENT_SWAP TOOLCHANGE_MIGRATION_FEATURE TOOLCHANGE_FS_INIT_BEFORE_SWAP TOOLCHANGE_FS_PRIME_FIRST_USED |
|
|
opt_set DEFAULT_Kp_LIST "{ 22.2, 20.0, 21.0, 19.0, 18.0, 17.0 }" |
|
|
|
|
|
opt_set DEFAULT_Ki_LIST "{ 1.08 }" |
|
|
|
|
|
opt_set DEFAULT_Kd_LIST "{ 114.0, 112.0, 110.0, 108.0 }" |
|
|
|
|
|
opt_enable TOOLCHANGE_FILAMENT_SWAP TOOLCHANGE_MIGRATION_FEATURE TOOLCHANGE_FS_INIT_BEFORE_SWAP TOOLCHANGE_FS_PRIME_FIRST_USED PID_PARAMS_PER_HOTEND |
|
|
exec_test $1 $2 "BigTreeTech GTR 6 Extruders Triple Z" |
|
|
exec_test $1 $2 "BigTreeTech GTR 6 Extruders Triple Z" |
|
|
|
|
|
|
|
|
# clean up |
|
|
# clean up |
|
|