- in Tcl Commands: export_dxf and export_gerber, fixed a mistake in declaring a wrong name of a required option
- in Tcl Command set_path added an optional parameter which allows to create a directory where path is to be set, if the directory does not exist
This commit is contained in:
@@ -11,7 +11,7 @@ class TclCommandExportSVG(TclCommand):
|
||||
export_svg my_geometry filename
|
||||
"""
|
||||
|
||||
# List of all command aliases, to be able use old names for backward compatibility (add_poly, add_polygon)
|
||||
# List of all command aliases, to be able to use old names for backward compatibility (add_poly, add_polygon)
|
||||
aliases = ['export_svg']
|
||||
|
||||
description = '%s %s' % ("--", "Export a Geometry object as a SVG File.")
|
||||
|
||||
Reference in New Issue
Block a user