[Marlin] M092 - Set Axis Steps-per-unit
Last updated
Was this helpful?
Last updated
Was this helpful?
📅Update: 2020/09/18
Use to set the steps-per-unit for one or more axes. This setting affects how many steps will be done for each unit of movement. Units will be in steps/mm unless inch mode is set with (which requires INCH_MODE_SUPPORT
).
|Get the current steps-per-unit settings with .
With EEPROM_SETTINGS
enabled:
This setting for all axes is saved with and loaded with .
resets steps-per-unit for all axes to the values from DEFAULT_AXIS_STEPS_PER_UNIT
.
M92
[E<steps>]
[T<index>]
[X<steps>]
[Y<steps>]
[Z<steps>]
[E<steps>]
E steps per unit
[T<index>]
Target extruder (Requires DISTINCT_E_FACTORS)
[X<steps>]
X steps per unit
[Y<steps>]
Y steps per unit
[Z<steps>]
Z steps per unit
Set E steps for a new extruder