- fixed some issues in panelize and cncjob Tcl commands

- reversed the mirroring axis in the `mirror` Tcl command to be consistent with the action in GUI
This commit is contained in:
Marius Stanciu
2022-02-01 22:09:14 +02:00
committed by Marius
parent 52a0efb62e
commit b1f038dd52
7 changed files with 12 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ if '_' not in builtins.__dict__:
class TclCommandNregions(TclCommand):
"""
Tcl shell command to follow a Gerber file
Tcl shell command that creates a Geometry object with the non-copper regions.
"""
# array of all command aliases, to be able use old names for backward compatibility (add_poly, add_polygon)