fixed idiotic bug within DXF Importer ;-)
This commit is contained in:
parent
9871809e2d
commit
bfe3685826
@ -316,8 +316,8 @@ class DXFDWGImport(inkex.Effect):
|
|||||||
elif self.options.dxf_to_svg_parser == "ezdxf":
|
elif self.options.dxf_to_svg_parser == "ezdxf":
|
||||||
try:
|
try:
|
||||||
doc = ezdxf.readfile(dxf_file)
|
doc = ezdxf.readfile(dxf_file)
|
||||||
#msp = doc.modelspace() #loop through entities
|
msp = doc.modelspace()
|
||||||
#for e in msp:
|
#for e in msp: #loop through entities
|
||||||
# inkex.errormsg(e)
|
# inkex.errormsg(e)
|
||||||
#doc.header['$DIMSCALE'] = 0.2 does not apply to the plot :-(
|
#doc.header['$DIMSCALE'] = 0.2 does not apply to the plot :-(
|
||||||
#inkex.utils.debug(doc.header['$DIMSCALE'])
|
#inkex.utils.debug(doc.header['$DIMSCALE'])
|
||||||
|
Reference in New Issue
Block a user