Files
machines/systems/flexibot/docs/marlin/_gcode/M205.md
T
2025-03-11 23:32:39 +01:00

1.7 KiB

tag, title, brief, author, group, codes, notes, parameters, videos, examples
tag title brief author group codes notes parameters videos examples
m0205 Set Advanced Settings Set some advanced settings related to movement. thinkyhead motion
M205
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 type
jerk float
tag optional description values
Y true Y max jerk (units/s)
tag type
jerk float
tag optional description values
Z true Z max jerk (units/s)
tag type
jerk float
tag optional description values
E true E max jerk (units/s)
tag type
jerk float
tag optional description values
B true Minimum segment time (µs)
tag type
µs int
tag optional description values
S true Minimum feedrate for print moves (units/s)
tag type
units/s float
tag optional description values
T true Minimum feedrate for travel moves (units/s)
tag type
units/s float
tag optional description values
J true Junction deviation (requires `JUNCTION_DEVIATION`)
tag type
deviation float
Mnvj6xCzikM
pre code
Set some advanced settings. M205 T40 ; Travel feedrate = 40mm/s

Set various motion settings. See parameters for details.