Re: [Emc-developers] % and external subroutines

2019-02-13 Thread andy pugh
On Wed, 13 Feb 2019 at 02:30, Dewey Garrett wrote: > bisected > errors like: > "emc/task/emctask.cc 397: interp_error: Failed to find sub ..." > > start at commit:24ef2feae Sat Sep 1 19:26:48 2018 -0700 > ok at prior commit: a6944dd9c Thu Aug 30 18:18:50 2018 -0500 Thanks, doing the bisect

Re: [Emc-developers] % and external subroutines

2019-02-12 Thread Dewey Garrett
> Is this a known quirk? bisected errors like: "emc/task/emctask.cc 397: interp_error: Failed to find sub ..." start at commit:24ef2feae Sat Sep 1 19:26:48 2018 -0700 ok at prior commit: a6944dd9c Thu Aug 30 18:18:50 2018 -0500 The failing commit is a merge. -- Dewey Garrett

Re: [Emc-developers] % and external subroutines

2019-02-12 Thread Gene Heskett
On Tuesday 12 February 2019 18:33:18 andy pugh wrote: > A user on the forum has just noticed that an MDI_COMMAND that calls a > named G-code subroutine fails with "failed to find file> before EOF" if both the loaded G-code file and the subroutine > file are % delimited. > > Is this a known

[Emc-developers] % and external subroutines

2019-02-12 Thread andy pugh
A user on the forum has just noticed that an MDI_COMMAND that calls a named G-code subroutine fails with "failed to find before EOF" if both the loaded G-code file and the subroutine file are % delimited. Is this a known quirk?