TCLCNC GUI Interface
Posted by
David L Anderson
on 1999-07-07 22:13:14 UTC
I just posted my prototype TCL/TK CNC GUI interface to my web page. It is
a bit rough,but it will demonstrate a few ideas. You will need a linux box
to download and untar it. It requires TCL/TK 8.1 or higher. It will run on
windows as well, if you can get it to a windows machine. The code is all
TCL no "C" yet.
Please try it out and give me any feedback you have.
File is in a link on the following web page:
http://users.nni.com/daveland/metal.htm
the link is tclcnc_v1.tgz
execute:
tar zxvf tclcnc_v1.tgz
this will create the v1 directory. enter it and read the README file
good luck
dave
a bit rough,but it will demonstrate a few ideas. You will need a linux box
to download and untar it. It requires TCL/TK 8.1 or higher. It will run on
windows as well, if you can get it to a windows machine. The code is all
TCL no "C" yet.
Please try it out and give me any feedback you have.
File is in a link on the following web page:
http://users.nni.com/daveland/metal.htm
the link is tclcnc_v1.tgz
execute:
tar zxvf tclcnc_v1.tgz
this will create the v1 directory. enter it and read the README file
good luck
dave
Discussion Thread
David L Anderson
1999-07-07 22:13:14 UTC
TCLCNC GUI Interface
Bill
1999-07-08 20:22:29 UTC
Re: TCLCNC GUI Interface