- added a new TclCommand named "bounds" which will return a list of bounds values from a supplied list of objects names. For use in Tcl Scripts.

This commit is contained in:
Marius Stanciu
2019-09-23 04:07:24 +03:00
committed by Marius
parent edbb690d1b
commit 27b7a7dce6
5 changed files with 86 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ if '_' not in builtins.__dict__:
class TclCommandSetOrigin(TclCommand):
"""
Tcl shell command to clear the text in the Tcl Shell browser.
Tcl shell command to set the origin to zero or to a specified location for all loaded objects in FlatCAM.
example:
@@ -55,7 +55,6 @@ class TclCommandSetOrigin(TclCommand):
:return:
"""
print(args)
loc = list()
if 'auto' in args:
if args['auto'] == 1: