M205
Back to the Gcode Dictionary
M205: Set max instantaneous speed change in mm/sec
- Xnnn X axis max instantaneous speed change in mm/sec
- Ynnn Y axis max instantaneous speed change in mm/sec
- Znnn Z axis max instantaneous speed change in mm/sec
- Unnn, Vnnn, Wnnn etc. U, V, W axis max instantaneous speed change in mm/sec
Order dependence
If this command refers to any axes other than X, Y and Z then it must be later in config.g than the M584 command that creates those additional axes.
This command is provided as an alternative to M566 for compatibility with Marlin. In M566 the units are mm/min as with all other speeds. In M205 they are in mm/sec.
0 Comments