Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update M423.md add 'E' parameter #554

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions _gcode/M423.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ parameters:
values:
- tag: linear
type: float


- tag: E
optional: true
description: Set the X-Axis Twist Compensation ending X position.
values:
- tag: linear
type: float

- tag: I
optional: true
description: Set the X-Axis Twist Compensation X-spacing.
Expand All @@ -44,8 +51,8 @@ parameters:
optional: true
description: A Z-offset value to set in the Twist Compensation array. Requires an `X` index.
values:
- tag: index
type: int
- tag: linear
type: float

examples:
- pre: Report the current X-twist data to the host console.
Expand All @@ -55,7 +62,7 @@ examples:
- pre: Set the 5th value in the Twist Compensation array to -0.03.
code: M423 X4 Z-0.03
- pre: Set the X-start position to 0 and the X-spacing distance to 50.
code: M423 M423 X0 I50
code: M423 X0 I50

---

Expand Down