[Marlin] M114 - Get Current Position
📅Update: 2020/09/18
Description
Get the current position of the active nozzle. Includes stepper values.
If M114_DETAIL
is enabled the D
parameter will provide more details such as leveling information and kinematics.
Notes
Hosts should respond to the output of
M114
by updating their current position.
Usage
M114
[D<|>]
Parameters
[D<|>]
Detailed information (requiresM114_DETAIL
)
Examples
Get the current position
Last updated