Thank you Jeff, I tried it and it worked perfectly!
Unfortunately I still cannot try the program filter feature, because I've installed EMC pre-2.1 thank to your suggestions, but Axis was not included, when I start EMC and choose sim/axis as configuration file, it says it cannot execute Display program /bin/axis... And I don't know how to install it, so if someone can help me... Thank you Manfredi >From: Jeff Epler <[EMAIL PROTECTED]> >Reply-To: "Enhanced Machine Controller (EMC)" ><[email protected]> >To: "Enhanced Machine Controller (EMC)" <[email protected]> >Subject: Re: [Emc-users] TCL ad g-code preprocessor, How to? >Date: Thu, 11 Jan 2007 09:55:52 -0600 > >First, make gcode.tcl executable: > chmod +x gcode.tcl >then run it with the .gcl file as the argument, with the output >redirected to an ngc file: > ./gcode.tcl example.gcl > example.ngc >now, you can load and run example.ngc in the emc2 GUI of your choice. > >If you are using emc 2.1-pre or later with AXIS as the GUI, you can use >the PROGRAM_FILTER feature described in the manual. Copy or move >gcode.tcl to a location that is on your PATH (for example, > sudo cp gcode.tcl /usr/local/bin >), and then add lines like this to your ini file: > [FILTER] > PROGRAM_EXTENSION = .gcl TCL/gcode script > gcl = gcode.tcl > >Jeff > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Emc-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/emc-users _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
