Skip to content

Commit e9bd769

Browse files
committed
add check config test info
Signed-off-by: John Thornton <[email protected]>
1 parent 4a4ec5a commit e9bd769

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

mesact/src/libmesact/startup.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def setup(parent):
3333
'\n'
3434
'Note: to delete an axis just change the axis to Select\n'
3535
'\n'
36-
'Check the generated INI in the Info tab for correct\n'
37-
'axis and joint entries\n'
36+
'Check the generated INI in the Info tab for correctaxis and joint entries\n'
3837
'\n'
3938
'Correct is axis then the jointfor gantry one axis then the two or more joints\n'
4039
'for that axis\n'
@@ -43,6 +42,10 @@ def setup(parent):
4342
'use the Copy Values button to copy to the next joint\n'
4443
'\n'
4544
'To build the INI file when updating check the Update Build INI in the Settings Tab\n'
45+
'\n'
46+
'Test Check Config:\n'
47+
'Press Check Config and add missing entries one at a time and see if any checks are missing\n'
48+
'\n'
4649
)
4750
parent.tests_pte.setPlainText(msg)
4851
parent.mainTW.setCurrentIndex(12)

0 commit comments

Comments
 (0)