Re: [Emc-users] Strange MDI.

2010-03-06 Thread Slavko Kocjancic
2010/3/5 Slavko Kocjancic > Jeff Epler pravi: > > Which version of emc are you testing with? This behavior is buggy in > > 2.3, but in v2.4_branch and master there's a change that is intended to > > improve or fix this problem: > > > > commit 314f3aa2d90e5ec1f7840166f3e0ad11a9fbc0a6 > > Author:

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Slavko Kocjancic
Jeff Epler pravi: > Which version of emc are you testing with? This behavior is buggy in > 2.3, but in v2.4_branch and master there's a change that is intended to > improve or fix this problem: > > commit 314f3aa2d90e5ec1f7840166f3e0ad11a9fbc0a6 > Author: Jeff Epler > Date: Wed Jan 27 08:16:47

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Slavko Kocjancic
Slavko Kocjancic pravi: > > > 2010/3/4 Gene Heskett > > > On Thursday 04 March 2010, Slavko Kocjancic wrote: > >Hello... > > > >Again I can't aply that patch Here is console output > > > >sla...@emc2-laptop:~$ cd emc2-dev > >sla...@emc

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Slavko Kocjancic
2010/3/4 Gene Heskett > On Thursday 04 March 2010, Slavko Kocjancic wrote: > >Hello... > > > >Again I can't aply that patch Here is console output > > > >sla...@emc2-laptop:~$ cd emc2-dev > >sla...@emc2-laptop:~/emc2-dev$ git am --signoff smdi.eml > >Applying Strange MDI. > >.dotest/patch:10:

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Gene Heskett
On Thursday 04 March 2010, Slavko Kocjancic wrote: >Hello... > >Again I can't aply that patch Here is console output > >sla...@emc2-laptop:~$ cd emc2-dev >sla...@emc2-laptop:~/emc2-dev$ git am --signoff smdi.eml >Applying Strange MDI. >.dotest/patch:10: trailing whitespace. >static int pseudoMd

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Slavko Kocjancic
Jan de Kruyf pravi: > Slavko I like to do that, but I do not think it is advisable. > It will be too easy to make the mess bigger. Rather wait for Jeff to see if > he cant sort his patch generation > life will be much easier that way. > > What is you computer experience?? > > j. > > On Thu, Mar 4,

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Jan de Kruyf
Slavko I like to do that, but I do not think it is advisable. It will be too easy to make the mess bigger. Rather wait for Jeff to see if he cant sort his patch generation life will be much easier that way. What is you computer experience?? j. On Thu, Mar 4, 2010 at 10:44 AM, Slavko Kocjancic w

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Slavko Kocjancic
Jan de Kruyf pravi: > This is a feature of git. > Git wants strict white space, but somehow the patch generation does not > always give > strict whitespace > The solution for me is to extract the patch from the mail and apply it > manually with > patch -l or --ignore-whitespace. (see the patch m

Re: [Emc-users] Strange MDI.

2010-03-04 Thread Jan de Kruyf
This is a feature of git. Git wants strict white space, but somehow the patch generation does not always give strict whitespace The solution for me is to extract the patch from the mail and apply it manually with patch -l or --ignore-whitespace. (see the patch manpage) j. On Thu, Mar 4, 2010 a

Re: [Emc-users] Strange MDI.

2010-03-03 Thread Slavko Kocjancic
Hello... Again I can't aply that patch Here is console output sla...@emc2-laptop:~$ cd emc2-dev sla...@emc2-laptop:~/emc2-dev$ git am --signoff smdi.eml Applying Strange MDI. .dotest/patch:10: trailing whitespace. static int pseudoMdiLineNumber = INT_MIN; .dotest/patch:19: trailing whitespace

Re: [Emc-users] Strange MDI.

2010-03-03 Thread Slavko Kocjancic
2010/3/3 Jeff Epler > On Tue, Mar 02, 2010 at 08:28:17PM +0100, Slavko Kocjancic wrote: > > Hello.. > > I write hole center probe subroutine and works nice if it's called from > > main program. > > > > in test.ngc I have > > ;--- > > o call > > M02 > > ;---

Re: [Emc-users] Strange MDI.

2010-03-03 Thread Jeff Epler
On Tue, Mar 02, 2010 at 08:28:17PM +0100, Slavko Kocjancic wrote: > Hello.. > I write hole center probe subroutine and works nice if it's called from > main program. > > in test.ngc I have > ;--- > o call > M02 > ;--- > > > and that

[Emc-users] Strange MDI.

2010-03-02 Thread Slavko Kocjancic
Hello... I wrote same question on linuxcnc forum bit got no replies. Maybe is just wrong place to ask. So here is again problem. Hello.. I write hole center probe subroutine and works nice if it's called from main program. in test.ngc I have ;--- o call M02 ;-