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

M082.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06cfe35c079e49ccec923091b16d1607e95fca61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
tag: m0082
title: E Absolute
brief: Set E to absolute positioning.
author: thinkyhead

group: units

codes: [ M82 ]

notes: '[`G90`](/docs/gcode/G090.html) and [`G91`](/docs/gcode/G091.html) clear this mode.'

example:
  -
    pre: Set E to Absolute Positioning
    code: M82

---

This command is used to override [`G91`](/docs/gcode/G091.html) and put the E axis into absolute mode independent of the other axes.