| m0205 |
Set Advanced Settings |
Set some advanced settings related to movement. |
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). |
|
| tag |
optional |
description |
values |
| X |
true |
X max jerk (units/s) |
|
|
| tag |
optional |
description |
values |
| Y |
true |
Y max jerk (units/s) |
|
|
| tag |
optional |
description |
values |
| Z |
true |
Z max jerk (units/s) |
|
|
| tag |
optional |
description |
values |
| E |
true |
E max jerk (units/s) |
|
|
| tag |
optional |
description |
values |
| B |
true |
Minimum segment time (µs) |
|
|
| tag |
optional |
description |
values |
| S |
true |
Minimum feedrate for print moves (units/s) |
|
|
| tag |
optional |
description |
values |
| T |
true |
Minimum feedrate for travel moves (units/s) |
|
|
| tag |
optional |
description |
values |
| J |
true |
Junction deviation (requires `JUNCTION_DEVIATION`) |
|
|
|
|
| pre |
code |
| Set some advanced settings. |
M205 T40 ; Travel feedrate = 40mm/s |
|
|