[Marlin] M201 - Set Print Max Acceleration
📅Update: 2020/09/18
Description
Set the max acceleration for one or more axes (in current units-per-second squared).
Notes
View the current setting with
M503
.
Usage
M201
[E<accel>]
[T<index>]
[X<accel>]
[Y<accel>]
[Z<accel>]
Parameters
[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
Examples
Set max acceleration lower so it sounds like a robot:
Last updated