| m0301 |
Set Hotend PID |
Set PID values for a hotend. |
thinkyhead |
PIDTEMP |
thermal |
|
| Requires `PIDTEMP`. |
| View current PID values with [`M503`](/docs/gcode/M503.html). |
| If `EEPROM_SETTINGS` is enabled, all hotend PID values are saved with [`M500`](/docs/gcode/M500.html), loaded with [`M501`](/docs/gcode/M501.html), and reset with [`M502`](/docs/gcode/M502.html). |
|
| tag |
optional |
description |
values |
| E |
true |
Extruder index to set. Default 0. |
|
|
| tag |
optional |
description |
values |
| P |
true |
Proportional value |
|
|
| tag |
optional |
description |
values |
| I |
true |
Integral value |
|
|
| tag |
optional |
description |
values |
| D |
true |
Derivative value |
|
|
| tag |
optional |
description |
values |
| C |
true |
C term (requires `PID_EXTRUSION_SCALING`) |
|
|
| tag |
optional |
description |
values |
| L |
true |
Extrusion scaling queue length (requires `PID_EXTRUSION_SCALING`) |
|
|
| tag |
optional |
description |
values |
| F |
true |
F term (requires `PID_FAN_SCALING`) |
|
|
|
|