> For the complete documentation index, see [llms.txt](https://manual.rotrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rotrics.com/gcode/marlin-original-commands/marlin-m114-get-current-position.md).

# \[Marlin] M114 - Get Current Position

{% hint style="success" %}
**📅Update: 2020/09/18**
{% endhint %}

## 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`](https://app.gitbook.com/docs/gcode/M114.html) by updating their current position.

## Usage

`M114` `[D<|>]`

### Parameters

* `[D<|>]` Detailed information (requires `M114_DETAIL`)

## Examples

Get the current position

```
M114
```
