Comment on page
[Marlin] M201 - Set Print Max Acceleration
📅Update: 2020/09/18
Set the max acceleration for one or more axes (in current units-per-second squared).
M201
[E<accel>]
[T<index>]
[X<accel>]
[Y<accel>]
[Z<accel>]
[E<accel>]
E axis max acceleration[T<index>]
Target extruder (Requires DISTINCT_E_FACTORS)[X<accel>]
X axis max acceleration[Y<accel>]
Y axis max acceleration[Z<accel>]
Z axis max acceleration
Set max acceleration lower so it sounds like a robot:
M201 X50 Y50
Last modified 3yr ago