diff options
author | opiopan <opiopan@gmail.com> | 2019-03-31 13:30:15 +0900 |
---|---|---|
committer | opiopan <opiopan@gmail.com> | 2019-03-31 13:30:15 +0900 |
commit | 900d992fa3af05f93ac7a4cf717f28598e1a868d (patch) | |
tree | fdd66ac71dcfb6a4d173268f0ead73cdcfd47600 /README.md | |
parent | fcd704e1eef9034e2000f55b2918d7df41379408 (diff) | |
download | gerbonara-900d992fa3af05f93ac7a4cf717f28598e1a868d.tar.gz gerbonara-900d992fa3af05f93ac7a4cf717f28598e1a868d.tar.bz2 gerbonara-900d992fa3af05f93ac7a4cf717f28598e1a868d.zip |
auto detection closed paths in the collection of DXF arc object and line object, then fill these closed path
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ dxf.write('outline.gml') <img alt="mouse bites" src="https://raw.githubusercontent.com/wiki/opiopan/pcb-tools-extension/images/mousebites.png" width=200 align="right"> -If ```DM_MOUSE_BITES``` is specified for ```drawing_mode```, filled circles will arranged along a DXF line object at equal intervals. <br> +If ```DM_MOUSE_BITES``` is specified for ```drawing_mode```, filled circles are arranged along a DXF line object at equal intervals. <br> DXF file object in this state can be merged to excellon file also. That means you can arrange mouse bites easily. ```python |