Skip to content
Snippets Groups Projects
Commit 02b131b5 authored by jbrazio's avatar jbrazio Committed by Scott Lahteine
Browse files

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

parent 45dc8a51
Branches
Tags
No related merge requests found
......@@ -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 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
// Ultimaker
#define DEFAULT_Kp 10.7
#define DEFAULT_Ki 0.45
#define DEFAULT_Kd 3
// MakerGear
//#define DEFAULT_Kp 7.0
//#define DEFAULT_Ki 0.1
//#define DEFAULT_Kd 12
// Mendel Parts V9 on 12V
//#define DEFAULT_Kp 63.0
//#define DEFAULT_Ki 2.25
//#define DEFAULT_Kd 440
// Tuned PID values using M303
#define DEFAULT_Kp 18.92
#define DEFAULT_Ki 1.37
#define DEFAULT_Kd 65.57
// BQ firmware stock PID values
//#define DEFAULT_Kp 10.7
//#define DEFAULT_Ki 0.45
//#define DEFAULT_Kd 3
#endif // PIDTEMP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment