mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 21:14:05 -06:00
gcode_arcs: support XY, XZ and YZ planes
add G17, G18 and G19 commands to select arc planes enhance G2/G3 to support arc moves in XY, XZ and YZ planes Signed-off-by: Andrew Mirsky <andrew@mirsky.net>
This commit is contained in:
parent
c7f323e863
commit
0c5c87d7c0
3 changed files with 98 additions and 31 deletions
|
@ -549,8 +549,9 @@ clears any error state from the micro-controller.
|
|||
The following standard G-Code commands are available if a
|
||||
[gcode_arcs config section](Config_Reference.md#gcode_arcs) is
|
||||
enabled:
|
||||
- Controlled Arc Move (G2 or G3): `G2 [X<pos>] [Y<pos>] [Z<pos>]
|
||||
[E<pos>] [F<speed>] I<value> J<value>`
|
||||
- Arc Move Clockwise (G2), Arc Move Counter-clockwise (G3): `G2|G3 [X<pos>] [Y<pos>] [Z<pos>]
|
||||
[E<pos>] [F<speed>] I<value> J<value>|I<value> K<value>|J<value> K<value>`
|
||||
- Arc Plane Select: G17 (XY plane), G18 (XZ plane), G19 (YZ plane)
|
||||
|
||||
### [gcode_macro]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue