We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6923f25 commit b99efbfCopy full SHA for b99efbf
1 file changed
docs/src/getting-started/updating-linuxcnc.txt
@@ -996,6 +996,17 @@ This command now attemps to jog the zeroth joint (Joint0) provided
996
the mode is free (not teleop). To jog the X axis, the mode
997
must be teleop and the corresponding command is: 'set jog x 1.234'
998
999
+== Glade Virtual Control Panels
1000
+
1001
+In LinuxCNC 2.8 the Glade VCPs are loaded after the `POSTGUI_HALFILE` is loaded.
1002
+So connecting the pins which are created by the Glade VCP in the
1003
+`POSTGUI_HALFILE` is not possible any more in 2.8. Instead they need to be
1004
+connected in a separate HAL file passed to the gladevcp command like this:
1005
1006
+----
1007
+EMBED_TAB_COMMAND = gladevcp -H my_vcp_connect.hal -x {XID} my_vcp.glade
1008
1009
1010
== Tools
1011
1012
=== Calibration (emccalib.tcl)
0 commit comments