Re: [Emc-users] EMC G-Code - Calling Files

2009-09-15 Thread Thorsten Seefeldt
Lerman: > What directory is the file you are providing in? The .ini file should > have a line PROGRAM_PREFIX=some_directory in the [DISPLAY] section. > > That directory is where the file should be located. The file name should > be something like: 1.ngc or name.ngc. > > Ken &

Re: [Emc-users] EMC G-Code - Calling Files

2009-09-12 Thread Thorsten Seefeldt
I tried this using the emc2-sim version 1:2.3.3 I also use the actual non-sim version of emc2. Greetings Thorsten Am Samstag, den 12.09.2009, 01:44 +0300 schrieb Alex Joni: > What emc2 version are you using? > > Regards, > Alex > > - Original Message - > Fro

Re: [Emc-users] EMC G-Code - Calling Files

2009-09-11 Thread Thorsten Seefeldt
I changed the ini file as you told me, but it still does not work. Some more ideas? Thorsten Am Donnerstag, den 10.09.2009, 20:12 +0200 schrieb Thomas Jager: > Try setting: > > [RS274NGC] > LAZY_CLOSE = 1 > > In your ini file. > > On Thu, 2009-09-10 at 19:54 +0200,

[Emc-users] EMC G-Code - Calling Files

2009-09-10 Thread Thorsten Seefeldt
Hello, I want to call a subroutine which I have moved to a separate file. The documentation says this can be done like this: o call (a named file) -- myfile.ngc o sub ... o endsub M2 Unfortunately this does not work. Nothing happens when the command "o call" is executed. Can somebody plea

Re: [Emc-users] Cutter Radius Compensation; Lead Out Move

2009-08-31 Thread Thorsten Seefeldt
Am Sonntag, den 30.08.2009, 20:34 -0500 schrieb Chris Radek: > On Mon, Aug 31, 2009 at 12:25:23AM +0200, Thorsten Seefeldt wrote: > > > G3 X 90.000 Y -10.000 I -10.000 (Arc out of cut path) > > G40 (Turn off Cutter Compensation) > > Sorry, my earlier advice was bad becau

[Emc-users] Cutter Radius Compensation; Lead Out Move

2009-08-30 Thread Thorsten Seefeldt
Hello, I have got a problem concerning the exit move using cutter radius compensation (material edge contour). After the cutting is done I want to arc out of the cut path. Unfortunately the arc takes a long turn to the right (into material) instead of a short turn to the left as I expected. How ca