Added linuxcnc test config before video release
This commit is contained in:
14
linuxcnc/sim.gmoccapy.lathe_configs/hallib/var_show.tcl
Executable file
14
linuxcnc/sim.gmoccapy.lathe_configs/hallib/var_show.tcl
Executable 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]
|
||||
Reference in New Issue
Block a user