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

2009-09-15 Thread Thorsten Seefeldt
Seefeldt th.seefe...@gmx.de To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 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 more ideas

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

2009-09-12 Thread Thorsten Seefeldt
...@gmx.de To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 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 more ideas? Thorsten Am

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

2009-09-12 Thread Kenneth Lerman
To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net 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 more ideas? Thorsten Am Donnerstag, den 10.09.2009

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: Hello,

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 th.seefe...@gmx.de To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Sent: Saturday, September 12, 2009 1:15 AM Subject: Re: [Emc-users] EMC G-Code - Calling Files I changed

[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: omyfile call (a named file) -- myfile.ngc omyfile sub ... omyfile endsub M2 Unfortunately this does not work. Nothing happens when the command omyfile call is

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: omyfile call (a named file) --