| m0304 |
Set Bed PID |
Set PID values for the heated bed. |
thinkyhead |
PIDTEMPBED |
thermal |
|
| Requires `PIDTEMPBED`. |
| View current bed PID values with [`M503`](/docs/gcode/M503.html) |
| If `EEPROM_SETTINGS` is enabled, bed 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 |
| P |
true |
Proportional value |
|
|
| tag |
optional |
description |
values |
| I |
true |
Integral value |
|
|
| tag |
optional |
description |
values |
| D |
true |
Derivative value |
|
|
|