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 --- .../test-aperture-obround-flash-1.gbx | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 examples/gerbv_test_files/test-aperture-obround-flash-1.gbx (limited to 'examples/gerbv_test_files/test-aperture-obround-flash-1.gbx') diff --git a/examples/gerbv_test_files/test-aperture-obround-flash-1.gbx b/examples/gerbv_test_files/test-aperture-obround-flash-1.gbx new file mode 100755 index 0000000..b09bf43 --- /dev/null +++ b/examples/gerbv_test_files/test-aperture-obround-flash-1.gbx @@ -0,0 +1,27 @@ +G04 Test flashing of obround apertures* +G04 Four groups of obround apertures are arranged in a square* +G04 Handcoded by Julian Lamb * +%MOIN*% +%FSLAX23Y23*% +%ADD10O,0.050X0.080*% +%ADD11O,0.080X0.050X0.025*% +%ADD12O,0.050X0.025X0.025X0.0150*% + +G04 No hole, centered at 0,0 * +G54D10* +X0Y0D03* + +G04 Round hole, centered at 0.1,0 * +G54D11* +X00100Y0D03* + +G04 Square hole, centered at 0,0.1 * +G54D12* +X0Y00100D03* + +G04 Two, with round holes, slightly overlapping, centered at 0.1,0.1 * +G54D11* +X00100Y00090D03* +X00100Y00110D03* + +M02* -- cgit