From b95c2baaf201b6a02ad680e535bd557321b3087b Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 24 Jan 2022 14:23:45 +0100 Subject: Add new test files --- .../tests/resources/siemens-2/Gerber/PCB.dsn | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 gerbonara/gerber/tests/resources/siemens-2/Gerber/PCB.dsn (limited to 'gerbonara/gerber/tests/resources/siemens-2/Gerber/PCB.dsn') diff --git a/gerbonara/gerber/tests/resources/siemens-2/Gerber/PCB.dsn b/gerbonara/gerber/tests/resources/siemens-2/Gerber/PCB.dsn new file mode 100644 index 0000000..7e68d49 --- /dev/null +++ b/gerbonara/gerber/tests/resources/siemens-2/Gerber/PCB.dsn @@ -0,0 +1,77 @@ +{Program Expedition GerbTool(tm) + {Version 8.1.2 X1} + {Created Fri Jan 11 01:49:53 2019} +} +{Environment + {ViewMetric Yes} +} +{Layers + {Layer 1 + {File SoldermaskTop.gdo} + {LyrName SoldermaskTop} + {Visibility On} + {Type Other} + {Ftype Gerber} + } + {Layer 2 + {File SoldermaskBottom.gdo} + {LyrName SoldermaskBottom} + {Visibility Off} + {Type Other} + {Ftype Gerber} + } + {Layer 3 + {File SolderPasteTop.gdo} + {LyrName SolderPasteTop} + {Visibility Off} + {Type Other} + {Ftype Gerber} + } + {Layer 4 + {File SolderPasteBottom.gdo} + {LyrName SolderPasteBottom} + {Visibility Off} + {Type Other} + {Ftype Gerber} + } + {Layer 5 + {File EtchLayerTop.gdo} + {LyrName EtchLayerTop} + {Visibility Off} + {Type Top} + {Ftype Gerber} + } + {Layer 6 + {File EtchLayerBottom.gdo} + {LyrName EtchLayerBottom} + {Visibility Off} + {Type Bottom} + {Ftype Gerber} + } + {Layer 7 + {File DrillDrawingThrough.gdo} + {LyrName DrillDrawingThrough} + {Visibility Off} + {Type Other} + {Ftype Gerber} + } + {Layer 8 + {File BoardOutlline.gdo} + {LyrName BoardOutlline} + {Visibility Off} + {Type Other} + {Ftype Gerber} + } +} +{Format Gerber + {Dialect RS274X} + {m.n 2.4} + {Mode Absolute} + {ZeroSuppression Leading} + {Terminator 0x2a, 0xd, 0xa} + {Metric No} + {Modal Yes} + {CharSet ASCII} + {Arcs360 No} + {ArcsModal Yes} +} -- cgit