> 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-g020-inch-units.md).

# \[Marlin] G020 - Inch Units

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

## Description

Set units to inches. In this mode, all positions, offsets, rates, accelerations, etc., specified in G-code parameters are interpreted as inches.

## Usage

`G20`

## Examples

```
G20 ; set units to inches
```
