- added a new Tcl command named 'list_pp' which lists the available preprocessor names

This commit is contained in:
Marius Stanciu
2022-01-18 00:39:09 +02:00
committed by Marius
parent 3363dd0fe8
commit 04e6bf0872
4 changed files with 54 additions and 1 deletions

View File

@@ -629,7 +629,7 @@ class App(QtCore.QObject):
'export_gcode', 'export_gerber', 'export_svg', 'ext', 'exteriors', 'follow',
'geo_union', 'geocutout', 'get_bounds', 'get_names', 'get_path', 'get_sys', 'help',
'interiors', 'isolate', 'join_excellon',
'join_geometry', 'list_sys', 'milld', 'mills', 'milldrills', 'millslots',
'join_geometry', 'list_sys', 'list_pp', 'milld', 'mills', 'milldrills', 'millslots',
'mirror', 'ncc',
'ncr', 'new', 'new_geometry', 'new_gerber', 'new_excellon', 'non_copper_regions',
'offset',