flexi-bot/docs/marlin/_gcode/M203.md
2023-09-05 20:38:49 +02:00

1.3 KiB

tag title brief author group codes notes parameters videos examples
m0203 Set Max Feedrate Set maximum feedrate for one or more axes. thinkyhead motion
M203
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 type
units/s float
tag optional description values
Y true Y axis max feedrate
tag type
units/s float
tag optional description values
Z true Z axis max feedrate
tag type
units/s float
tag optional description values
E true E axis max feedrate
tag type
units/s float
tag optional description values
T true Target extruder (Requires `DISTINCT_E_FACTORS`)
tag type
index int
Mnvj6xCzikM
pre code
Set max feedrate for XY to 100mm/s: M203 X100 Y100

Set the max feedrate for one or more axes (in current units-per-second).