- 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:
committed by
Marius Stanciu
parent
ad5ae43ab4
commit
2545da79b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user