Hello everyone!
I’m just a beginner to linux CNC, i’m using a Black Beagle Bone device with machinekit installed , after i created a stepconfig profile,i saw that it created a shortcut and my stepconf folder on Desktop,but however i cannot launch it to go to axis menu. I got this enror messages:
can't read "::sampleconfigs_node": no such variable
can't read "::sampleconfigs_node": no such variable
while executing
"if {"$node" == "$::myconfigs_node"} {
$::detail_box insert end "Your existing configs"
} elseif { "$node" == "$::sampleconfigs_..."
invoked from within
"if [file isdirectory $node] {
if {"$node" == "$::myconfigs_node"} {
$::detail_box insert end "Your existing configs"
..."
(procedure "node_clicked" line 72)
invoked from within
"node_clicked "
(command bound to event)
Can anyone help me to fix this problem? Thank you very much