[Marlin] M092 - Set Axis Steps-per-unit

circle-check

Description

Use M92arrow-up-right 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 G20arrow-up-right (which requires INCH_MODE_SUPPORT).

Notes

Usage

M92 [E<steps>] [T<index>] [X<steps>] [Y<steps>] [Z<steps>]

Parameters

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

Examples

Set E steps for a new extruder

Last updated

Was this helpful?