fixed idiotic bug within DXF Importer ;-)

This commit is contained in:
leyghisbb 2021-03-05 15:40:33 +01:00
parent 9871809e2d
commit bfe3685826
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ class DXFDWGImport(inkex.Effect):
elif self.options.dxf_to_svg_parser == "ezdxf":
try:
doc = ezdxf.readfile(dxf_file)
#msp = doc.modelspace() #loop through entities
#for e in msp:
msp = doc.modelspace()
#for e in msp: #loop through entities
# inkex.errormsg(e)
#doc.header['$DIMSCALE'] = 0.2 does not apply to the plot :-(
#inkex.utils.debug(doc.header['$DIMSCALE'])