Welcome to mirror list, hosted at ThFree Co, Russian Federation.

G020.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 112056ab687550e9dc6d1ec956e6618f8cfda486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
tag: g020
title: Inch Units
brief: Set Units to Inches.
author: thinkyhead

since: 1.1.0
requires: INCH_MODE_SUPPORT
group: units

codes: [ G20 ]

example:
  -
    code:
      - G20 ; set units to inches
---

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