Browse Source

Replaced stock BQ PID values with fine tuned ones generated using M303

pull/1/head
jbrazio 9 years ago
committed by Scott Lahteine
parent
commit
02b131b552
  1. 24
      Marlin/example_configurations/Hephestos_2/Configuration.h

24
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -208,21 +208,15 @@ Here are some standard links for getting your machine calibrated:
#define PID_INTEGRAL_DRIVE_MAX PID_MAX //limit for the integral term #define PID_INTEGRAL_DRIVE_MAX PID_MAX //limit for the integral term
#define K1 0.95 //smoothing factor within the PID #define K1 0.95 //smoothing factor within the PID
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it // Tuned PID values using M303
// Ultimaker #define DEFAULT_Kp 18.92
#define DEFAULT_Kp 10.7 #define DEFAULT_Ki 1.37
#define DEFAULT_Ki 0.45 #define DEFAULT_Kd 65.57
#define DEFAULT_Kd 3
// BQ firmware stock PID values
// MakerGear //#define DEFAULT_Kp 10.7
//#define DEFAULT_Kp 7.0 //#define DEFAULT_Ki 0.45
//#define DEFAULT_Ki 0.1 //#define DEFAULT_Kd 3
//#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

Loading…
Cancel
Save