From 3b1cf729beb16028422622aac6ba6a872946ad61 Mon Sep 17 00:00:00 2001 From: Hamilton Kibbe Date: Fri, 18 Nov 2016 07:43:02 -0500 Subject: Add script to render gerbv test files --- .../gerbv_test_files/test-aperture-obround-1.gbx | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 examples/gerbv_test_files/test-aperture-obround-1.gbx (limited to 'examples/gerbv_test_files/test-aperture-obround-1.gbx') diff --git a/examples/gerbv_test_files/test-aperture-obround-1.gbx b/examples/gerbv_test_files/test-aperture-obround-1.gbx new file mode 100755 index 0000000..763232b --- /dev/null +++ b/examples/gerbv_test_files/test-aperture-obround-1.gbx @@ -0,0 +1,38 @@ +G04 Test drawing with rectangular 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* -- cgit