PID is a calibrated, However I use the " Ultimaker " default on my hotend
// FIND YOUR OWN: "M303 E0 C8 S190" to run auto tune on the hot-end at 190 degrees C for 8 cycles.
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114
Have tried to use PID here keep giving me errors and gave up. I Us bang Bang for the Bed (no problem when using PLA)
// FIND YOUR OWN: "M303 E-1 C8 S90" to run auto tune on the bed at 90 degrees C for 8 cycles.
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi .023
#define DEFAULT_bedKd 305.4
// FIND YOUR OWN: "M303 E0 C8 S190" to run auto tune on the hot-end at 190 degrees C for 8 cycles.
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114
Have tried to use PID here keep giving me errors and gave up. I Us bang Bang for the Bed (no problem when using PLA)
// FIND YOUR OWN: "M303 E-1 C8 S90" to run auto tune on the bed at 90 degrees C for 8 cycles.
#define DEFAULT_bedKp 10.00
#define DEFAULT_bedKi .023
#define DEFAULT_bedKd 305.4