- changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots

This commit is contained in:
Marius Stanciu
2019-09-11 17:34:01 +03:00
parent 4440298327
commit 1ef9e95143
5 changed files with 99 additions and 5 deletions

View File

@@ -1844,7 +1844,8 @@ class App(QtCore.QObject):
'delete', 'drillcncjob', 'export_gcode', 'export_svg', 'ext', 'exteriors', 'follow',
'geo_union', 'geocutout', 'get_names', 'get_sys', 'getsys', 'help', 'import_svg',
'interiors', 'isolate', 'join_excellon', 'join_excellons', 'join_geometries',
'join_geometry', 'list_sys', 'listsys', 'mill', 'millholes', 'mirror', 'ncc',
'join_geometry', 'list_sys', 'listsys', 'milld', 'mills', 'milldrills', 'millslots',
'mirror', 'ncc',
'ncc_clear', 'ncr', 'new', 'new_geometry', 'non_copper_regions', 'offset',
'open_excellon', 'open_gcode', 'open_gerber', 'open_project', 'options', 'paint',
'pan', 'panel', 'panelize', 'plot', 'save', 'save_project', 'save_sys', 'scale',