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

G090.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c38f154ba05f9c0cd1135d078ea60eff87bb6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tag: g090
title: Absolute Positioning
brief: Set the interpreter to absolute positions
author: thinkyhead

since: 1.0.0-beta
group: units

codes: [ G90 ]

notes:
  - Absolute positioning is the default.

example:
  -
    pre: Enable absolute mode
    code:
      - G90 ; Set all axes to absolute

---

In absolute mode all coordinates given in G-code are interpreted as positions in the logical coordinate space. This includes the extruder position unless overridden by [`M83`](/docs/gcode/M083.html).