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-aperture-polygon-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-aperture-polygon-1.gbx')
-rwxr-xr-x | examples/gerbv_test_files/test-aperture-polygon-1.gbx | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/gerbv_test_files/test-aperture-polygon-1.gbx b/examples/gerbv_test_files/test-aperture-polygon-1.gbx new file mode 100755 index 0000000..27f7e8e --- /dev/null +++ b/examples/gerbv_test_files/test-aperture-polygon-1.gbx @@ -0,0 +1,38 @@ +G04 Test drawing with polygon apertures* +G04 Hand coded by Julian Lamb * +%MOIN*% +%FSLAX23Y23*% +%ADD10O,0.050X0.025*% +G04 Note: aperture 11 has a round hole in it, but this shouldn't ever show when* +G04 drawing with it (only should show in flashes)* +%ADD11O,0.075X0.050X0.025*% + +G04 No hole, centered at 0,0 * +G54D10* +G04 Recenter to 0,0 +G01X0Y0D02* +G04 Draw a line segment* +X00100Y0D01* +G04 Turn off for a segment* +X00200Y0D02* +G04 Draw another line at angle* +G54D11* +X00300Y00100D01* +G04 Turn off for a segment* +X0Y00100D02* +G54D10* +G04 Turn on circular interpolation* +G75* +G03X0Y00300I0J00100D01* + +G04 Turn off for a segment* +X00500Y00D02* +G04 Draw a larger radius arc* +G03X00350Y00150I-00250J-00050D01* + +G04 Turn off for a segment* +X00250Y00200D02* +G04 Draw a larger clockwise radius arc* +G02X00350Y00350I00250J-00050D01* + +M02* |