[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.

  • If EEPROM_SETTINGS is enabled, these are saved with M500, loaded with M501, and reset with M502.

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:

M201 X50 Y50

Last updated