| m0203 |
Set Max Feedrate |
Set maximum feedrate for one or more axes. |
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 axis max feedrate |
|
|
| tag |
optional |
description |
values |
| Y |
true |
Y axis max feedrate |
|
|
| tag |
optional |
description |
values |
| Z |
true |
Z axis max feedrate |
|
|
| tag |
optional |
description |
values |
| E |
true |
E axis max feedrate |
|
|
| tag |
optional |
description |
values |
| T |
true |
Target extruder (Requires `DISTINCT_E_FACTORS`) |
|
|
|
|
| pre |
code |
| Set max feedrate for XY to 100mm/s: |
M203 X100 Y100 |
|
|