Marlin PID settings
On this page I will show the values I use for my PID configuration in Marlin.
These values are found using the M303 command, and then tried while printing afterwards.
MakerGear with heatcore
#define DEFAULT_Kp 18.84 #define DEFAULT_Ki 0.43 #define DEFAULT_Kd 276.58
J-Head Mk III-B
#define DEFAULT_Kp 20.18 #define DEFAULT_Ki 0.69 #define DEFAULT_Kd 197.48
This will be updated as I get around to get more settings for my other hotends.