PID
Snarf 于 1 年之前 修改了此页面

Réglage PID

Extrudeur

M303 E0 S220 C8

Recv: #define DEFAULT_Kp 22.56
Recv: #define DEFAULT_Ki 1.98
Recv: #define DEFAULT_Kd 64.23

M301 P22.56 I1.98 D64.23

Bed

Attention, ca peut declencher un Thermal Runaway

M303 E-1 S60 C8

Recv:  Classic PID
Recv:  Kp: 223.78 Ki: 36.91 Kd: 339.16
Recv: PID Autotune finished! Put the last Kp, Ki and Kd constants from below into Configuration.h
Recv: #define DEFAULT_bedKp 223.78
Recv: #define DEFAULT_bedKi 36.91
Recv: #define DEFAULT_bedKd 339.16

M304 P223.78 I36.91 D339.16