- fixed some issue regarding Milling Plugin, importing DXF file as Geometry

This commit is contained in:
Marius Stanciu
2022-02-02 17:33:05 +02:00
committed by Marius
parent 851152366e
commit 88d9d6aeb4
6 changed files with 60 additions and 14 deletions

View File

@@ -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