File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -448,6 +448,13 @@ net tool-changed hal_manualtoolchange.changed <= iocontrol.0.tool-changed
448448net tool-prep-number hal_manualtoolchange.number <= iocontrol.0.tool-prep-number
449449----
450450
451+ Also if you don't have an automatic tool changer make sure these pins are connected in one of the HAL files:
452+
453+ [source,{hal}]
454+ ----
455+ net tool-prepare-loopback iocontrol.0.tool-prepare => iocontrol.0.tool-prepared
456+ ----
457+
451458This input pin should be connected to indicate probe state.
452459
453460[source,{hal}]
@@ -1330,7 +1337,16 @@ All aspects of the GUI are fully customization through Qt Designer and/or Python
13301337This capability is included with the QtVCP development environment.
13311338The extensive use of QtVCP widgets keeps the amount of required Python code to a minimum, allowing relatively easy modifications.
13321339The LinuxCNC website has extensive documentation on the installation and use of QtVCP libraries.
1333- See <<cha:qtvcp,QtVCP Overview>> for more information.
1340+ See <<cha:qtvcp,QtVCP>> for more information in about QtVCP in general.
1341+ Qtdragon can also utilize QtVCP's rc file to do minor python code modifications without using a custom handler file.
1342+
1343+ [source,{ini}]
1344+ ----
1345+ [DISPLAY]
1346+ USER_COMMAND_FILE = CONFIGFOLDER/qtdragonrc.py
1347+ ----
1348+
1349+ See <<cha:qtvcp:modifying-screens,Modifying Screens>> for more information about customization.
13341350
13351351.QtDragon - Customized QtDragon
13361352image::images/silverdragon_custom.png["QtDragon customized",scale=25]
You can’t perform that action at this time.
0 commit comments