Draft: fixed bug in DXF export because of last commit - fixes #2391
This commit is contained in:
parent
1e578c4f1a
commit
c5b8b7c0a4
|
@ -1780,6 +1780,7 @@ def writeMesh(ob,dxfobject):
|
|||
def export(objectslist,filename,nospline=False,lwPoly=False):
|
||||
"called when freecad exports a file. If nospline=True, bsplines are exported as straight segs lwPoly=True for OpenSCAD DXF"
|
||||
readPreferences()
|
||||
getDXFlibs()
|
||||
if dxfLibrary:
|
||||
global exportList
|
||||
exportList = objectslist
|
||||
|
|
Loading…
Reference in New Issue
Block a user