diff options
author | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-28 17:40:09 +0900 |
---|---|---|
committer | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-28 17:40:09 +0900 |
commit | fc3f1a23b87d9c4e51967abb0ed4107daa2be5cf (patch) | |
tree | cee39181631ee4ce72c1eb62c709c88222fbf237 /tests/expects/dxf_rectangle_inch.gtl | |
parent | 882bf14a8df67e7a3d703bf4acb37650cefbe9f8 (diff) | |
download | gerbonara-fc3f1a23b87d9c4e51967abb0ed4107daa2be5cf.tar.gz gerbonara-fc3f1a23b87d9c4e51967abb0ed4107daa2be5cf.tar.bz2 gerbonara-fc3f1a23b87d9c4e51967abb0ed4107daa2be5cf.zip |
improve DXF file handling functions:
- DM_LINE mode support to generate Excellon routing sequence
- DM_MOUSE_BITES mode support to generate mouse bites along all path also, not only line object
Diffstat (limited to 'tests/expects/dxf_rectangle_inch.gtl')
-rw-r--r-- | tests/expects/dxf_rectangle_inch.gtl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/expects/dxf_rectangle_inch.gtl b/tests/expects/dxf_rectangle_inch.gtl index 44bb5ed..c196f92 100644 --- a/tests/expects/dxf_rectangle_inch.gtl +++ b/tests/expects/dxf_rectangle_inch.gtl @@ -6,15 +6,14 @@ G75* %LPD*% D10* G01* -X0Y0D02* +X0Y39370D02* +G75* +G01* +X0Y0D01* +G01* X39370Y0D01* G01* -X39370Y0D02* X39370Y39370D01* G01* -X39370Y39370D02* X0Y39370D01* -G01* -X0Y39370D02* -X0Y0D01* M02* |