- fixed some issue regarding Milling Plugin, importing DXF file as Geometry
This commit is contained in:
@@ -11367,7 +11367,6 @@ class MenuFileHandlers(QtCore.QObject):
|
||||
else:
|
||||
return "fail"
|
||||
|
||||
geo_obj.multigeo = True
|
||||
with open(filename) as f:
|
||||
file_content = f.read()
|
||||
geo_obj.source_file = file_content
|
||||
|
||||
Reference in New Issue
Block a user