We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68174d commit 7f2d171Copy full SHA for 7f2d171
1 file changed
src/emc/usr_intf/qtvcp/qtvcp.py
@@ -124,8 +124,17 @@ def __init__(self):
124
elif INIPATH:
125
basepath = "qt_cnc"
126
else:
127
- print(parser.print_help())
+ parser.print_help()
128
+ print("")
129
+
130
+ LOG.critical('Available built-in Machine Control Screens:')
131
+ print(self.PATH.find_screen_dirs())
132
133
134
+ LOG.critical('Available built-in VCP Panels:')
135
+ print(self.PATH.find_panel_dirs())
136
sys.exit(0)
137
138
# set paths using basename
139
error = self.PATH.set_paths(basepath, bool(INIPATH))
140
self.INFO.IS_SCREEN = bool(INIPATH)
0 commit comments