aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/gcode_arcs.test
blob: 84e13b346fc13a1990ace107471a3a2def5e6c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Tests for g-code G2/G3 arc commands
DICTIONARY atmega2560.dict
CONFIG gcode_arcs.cfg

# Home and move in arcs
M83
G28
G1 X20 Y20 Z20
G2 X125 Y32 Z20 E1 I10.5 J10.5

# XY+Z arc move
G2 X20 Y20 Z10 E1 I10.5 J10.5