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

2009-09-15 Thread Thorsten Seefeldt
ieb Alex Joni: > >> What emc2 version are you using? > >> > >> Regards, > >> Alex > >> > >> - Original Message - > >> From: "Thorsten Seefeldt" > >> To: "Enhanced Machine Controller (EMC)" > >>

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

2009-09-12 Thread Kenneth Lerman
;> >> - Original Message - >> From: "Thorsten Seefeldt" >> To: "Enhanced Machine Controller (EMC)" >> Sent: Saturday, September 12, 2009 1:15 AM >> Subject: Re: [Emc-users] EMC G-Code - Calling Files >> >> >>> I changed t

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

2009-09-12 Thread Thorsten Seefeldt
m: "Thorsten Seefeldt" > To: "Enhanced Machine Controller (EMC)" > Sent: Saturday, September 12, 2009 1:15 AM > Subject: Re: [Emc-users] EMC G-Code - Calling Files > > > >I changed the ini file as you told me, but it still does not work. > > Some

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

2009-09-11 Thread Alex Joni
What emc2 version are you using? Regards, Alex - Original Message - From: "Thorsten Seefeldt" To: "Enhanced Machine Controller (EMC)" Sent: Saturday, September 12, 2009 1:15 AM Subject: Re: [Emc-users] EMC G-Code - Calling Files >I changed the ini file as yo

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, Thorsten Seefeldt wrote: >

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

2009-09-10 Thread Thomas Jager
Try setting: [RS274NGC] LAZY_CLOSE = 1 In your ini file. On Thu, 2009-09-10 at 19:54 +0200, Thorsten Seefeldt wrote: > 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) > > -- > > m

[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