- fixed Tcl Command CncJob
- fixed crash due of Properties Tool trying to have a convex hull area on FlatCAMCNCJob objects which is not possible due of their nature - modified Tcl Command SubtractRectangle - fixed and modernized the Tcl Command Scale to be able to scale on X axis or on Y axis or on both and having as scale reference either the (0, 0) point or the minimum point of the bounding box or the center of the bounding box. - fixed and modernized the Tcl Command Skew
This commit is contained in:
@@ -4,7 +4,7 @@ from ObjectCollection import *
|
||||
|
||||
class TclCommandClearShell(TclCommand):
|
||||
"""
|
||||
Tcl shell command to creates a circle in the given Geometry object.
|
||||
Tcl shell command to clear the text in the Tcl Shell browser.
|
||||
|
||||
example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user