From d0f836ecfadacbaea20fc6a3ceebd455e96e1307 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 13 Jun 2021 20:33:19 +0200 Subject: Port old pcb-tools-extension unit tests to pytest --- .../tests/panelize/expects/excellon_offset.txt | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 gerbonara/gerber/tests/panelize/expects/excellon_offset.txt (limited to 'gerbonara/gerber/tests/panelize/expects/excellon_offset.txt') diff --git a/gerbonara/gerber/tests/panelize/expects/excellon_offset.txt b/gerbonara/gerber/tests/panelize/expects/excellon_offset.txt new file mode 100644 index 0000000..9a0b430 --- /dev/null +++ b/gerbonara/gerber/tests/panelize/expects/excellon_offset.txt @@ -0,0 +1,41 @@ +M48 +FMAT,2 +ICI,OFF +METRIC,TZ,000.000 +T01C0.600 +T02C0.700 +T03C0.800 +T04C1.000 +% +G90 +M71 +T01 +X15610Y7438 +X15610Y8413 +X14610Y11100G85X13100Y11100 +T02 +X14610Y8900 +X14610Y6950 +X13140Y6950 +X13050Y8900 +T03 +G00X14610Y7925 +M15 +G01X13140Y7925 +M16 +G05 +X14600Y12100 +T04 +G00X11600Y6700 +M15 +G02X12600Y5700I0J-1000 +G03X13600Y4700A1000 +G03X14600Y5700A1000 +G01X17600Y5700 +G01X17600Y7600 +G03X15100Y10100I-2500J0 +G01X11600Y10100 +G01X11600Y6700 +M16 +G05 +M30 -- cgit