- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user