- fixed an issue for importing DXF as Geometry when the DXF geometry is a single line

- updated the convert_any2geo() method such that resulting geometry objects have the tools attribute required in the newer versions of the app
This commit is contained in:
Marius Stanciu
2020-11-24 21:33:29 +02:00
committed by Marius Stanciu
parent ad5ae43ab4
commit 2545da79b5
6 changed files with 111 additions and 49 deletions

View File

@@ -1878,7 +1878,7 @@ class Gerber(Geometry):
def import_dxf_as_gerber(self, filename, units='MM'):
"""
Imports shapes from an DXF file into the Gerberobject geometry.
Imports shapes from an DXF file into the Gerber object geometry.
:param filename: Path to the DXF file.
:type filename: str