Add files via upload

This commit is contained in:
Rainboooom
2023-06-15 11:27:03 +08:00
committed by GitHub
parent 7e4691248d
commit c1cf04e8f5
100 changed files with 8640 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Tests for g-code G2/G3 arc commands
DICTIONARY atmega2560.dict
CONFIG gcode_arcs.cfg
# Home and move in arcs
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