diff options
author | jaseg <git@jaseg.de> | 2022-02-05 12:34:28 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-05 12:34:28 +0100 |
commit | 57941b1b76ffbdb9a5eeb9fef5e3c2365e3a4b84 (patch) | |
tree | b75d54db39ad522ee0ee6ee0d3b3679d84247bd6 /examples/gerbv_test_files/test-aperture-polygon-1.gbx | |
parent | 4cbda84aa61158c06acc78aac4b318bbea5b6214 (diff) | |
download | gerbonara-57941b1b76ffbdb9a5eeb9fef5e3c2365e3a4b84.tar.gz gerbonara-57941b1b76ffbdb9a5eeb9fef5e3c2365e3a4b84.tar.bz2 gerbonara-57941b1b76ffbdb9a5eeb9fef5e3c2365e3a4b84.zip |
Arc approx WIP
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, 0 insertions, 38 deletions
diff --git a/examples/gerbv_test_files/test-aperture-polygon-1.gbx b/examples/gerbv_test_files/test-aperture-polygon-1.gbx deleted file mode 100755 index 27f7e8e..0000000 --- a/examples/gerbv_test_files/test-aperture-polygon-1.gbx +++ /dev/null @@ -1,38 +0,0 @@ -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* |