| m0204 |
Set Starting Acceleration |
Set the starting acceleration for moves by type. |
thinkyhead |
motion |
|
| View the current setting with [`M503`](/docs/gcode/M503.html). |
| If `EEPROM_SETTINGS` is enabled, these are saved with [`M500`](/docs/gcode/M500.html), loaded with [`M501`](/docs/gcode/M501.html), and reset with [`M502`](/docs/gcode/M502.html). |
| Legacy `M204 S<accel>` is deprecated. Use separate paremeters `M204 P<accel> T<accel>` instead. |
|
| tag |
optional |
description |
values |
| P |
true |
Printing acceleration. Used for moves that include extrusion (i.e., which employ the current tool). |
|
|
| tag |
optional |
description |
values |
| R |
true |
Retract acceleration. Used for extruder retraction moves. |
|
|
| tag |
optional |
description |
values |
| T |
true |
Travel acceleration. Used for moves that include no extrusion. |
|
|
| tag |
optional |
description |
values |
| S |
true |
Legacy parameter for move acceleration. Set both printing and travel acceleration. |
|
|
|
|
| pre |
code |
| Set acceleration for printing moves to 2400mm/s/s |
M204 P2400 |
|
|