simple circles sample

This commit is contained in:
Nikolay Khabarov
2017-05-21 19:18:10 +03:00
parent ff373809b1
commit d77d8e0b20

12
tests/circles.gcode Normal file
View File

@@ -0,0 +1,12 @@
G0 X90 Y90
G1 Z10
f1800
G2 X110 Y110 I10 J10 ; half circle
G3 X110 Y110 I-5 J-5 ; full circle in one move
G2 X90 Y90 I-10 J-10 ; second half of circle
G2 X90 Y70 I-10 J-10 ; quarter of circle
G2 X90 Y90 I-10 J10 ; three quoter circle
G3 X90 Y90 Z 20 I-10 J-10 ; spiral
G2 X92.07 Y85 I-5 J-5 ; small arc
G2 X90 Y90 I-7.07 J0; more then 270 degree arc