- updated the Panelize Tool to save the source code for the panelized Excellon objects so it can be saved from the Save project tab context menu entry
- updated the Panelize Tool to save the source code for the panelized Geometry objects as DXF file
This commit is contained in:
@@ -49,4 +49,4 @@ class TclCommandExportDXF(TclCommand):
|
||||
"""
|
||||
if 'filename' not in args:
|
||||
args['filename'] = self.app.defaults["global_last_save_folder"] + '/' + args['name']
|
||||
self.app.export_dxf(use_thread=False, **args)
|
||||
self.app.export_dxf(use_thread=False, local_use=None, **args)
|
||||
|
||||
Reference in New Issue
Block a user