diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2016-11-18 13:26:35 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 13:26:35 -0200 |
commit | c15033a7834b825999e9da5ef4a5135cfb125b25 (patch) | |
tree | 0f9df38f0369902c55be3e801602e8e0c1866025 /examples/gerbv_test_files/test-circular-interpolation-1.gbx | |
parent | 521fe89150c6aaa0ff0954cc8d32e4b6f8009324 (diff) | |
parent | c1b29035218467b496fffed76ea85390461150c7 (diff) | |
download | gerbonara-c15033a7834b825999e9da5ef4a5135cfb125b25.tar.gz gerbonara-c15033a7834b825999e9da5ef4a5135cfb125b25.tar.bz2 gerbonara-c15033a7834b825999e9da5ef4a5135cfb125b25.zip |
Merge pull request #59 from curtacircuitos/render_updates
Render updates
Diffstat (limited to 'examples/gerbv_test_files/test-circular-interpolation-1.gbx')
-rwxr-xr-x | examples/gerbv_test_files/test-circular-interpolation-1.gbx | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/gerbv_test_files/test-circular-interpolation-1.gbx b/examples/gerbv_test_files/test-circular-interpolation-1.gbx new file mode 100755 index 0000000..75cffc9 --- /dev/null +++ b/examples/gerbv_test_files/test-circular-interpolation-1.gbx @@ -0,0 +1,35 @@ +G04 Test circular interpolation* +G04 Hand coded by Julian Lamb * +%MOIN*% +%FSLAX23Y23*% +%ADD10C,0.050*% +G54D10* + +G04 Recenter to 0,0* +G01X0Y0D02* + +G04 Turn on multi-quadrant mode* +G75* +G03X0Y00200I0J00100D01* + +G04 Switch to quadrant mode, draw ccwise* +G74* +G01X00400Y0D02* +G03X00470Y00080I0J00100D01* + +G04 Draw things clockwise on the top two objects* + +G04 Turn on multi-quadrant mode* +G75* +G01X00100Y00300D02* +G02X00100Y00500I0J00100D01* + +G04 Switch to quadrant mode, draw clockwise* +G04 Note: since this is single quadrant mode, I and J must be* +G04 positive, and the parser should automatically negate the J value* +G04 to make the curve travel in the clockwise direction* +G74* +G01X00400Y00300D02* +G02X00500Y00300I00150J00300D01* + +M02* |