Added linuxcnc test config before video release

This commit is contained in:
Hakan Bastedt
2024-01-06 20:54:15 +01:00
parent 9dcc713fab
commit 9a41ccd2bc
91 changed files with 13298 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# var_show.tcl
# this halfile can be used to show context and
# INI variable arrays available to tcl halfiles
# example: [HAL]LIB:var_show.tcl arg1 arg2
#begin-----------------------------------------------------------------
source [file join $::env(HALLIB_DIR) util_lib.tcl]
show_ini
show_context
puts ::argv=$::argv
puts ::arglen=[llength $::argv]