Re: [Emc-developers] rapid override pin patch

2014-06-10 Thread Chris Morley
> > I think the masking should continue to be honored. I think masking > the overrides is VERY rarely used (I know I've never programmed it > by hand), but where it is used it is critical. > > The G76 threading cycle uses this functionality for instance - when > it gets to the end of the thre

Re: [Emc-developers] rapid override pin patch

2014-06-10 Thread Chris Radek
On Mon, Jun 09, 2014 at 06:12:55AM +, Chris Morley wrote: > > I built your branch seemed to work for me. I didn't test much. > My 2 cents worth: Thanks for testing! > If we add the direct-value switch then one could connect > halui.feed-override.value to halui.rapid-override.counts... > oh

Re: [Emc-developers] rapid override pin patch

2014-06-10 Thread Chris Radek
On Tue, Jun 10, 2014 at 10:01:26AM +0200, Micha?? Geszkiewicz wrote: > You have copy/paste error in halui support > Also I think ini setting for max rapid override is not needed, there is > no move at RO > 100.0 %. You are right about both; I pushed the fixes. Thank you for the review. --

Re: [Emc-developers] rapid override pin patch

2014-06-10 Thread MichaƂ Geszkiewicz
W dniu 07.06.2014 03:54, Chris Radek pisze: > On Fri, Jun 06, 2014 at 06:52:03AM +, Chris Morley wrote: >> This patch adds a pin to motion that allows rapids to be overridden >> from 0 to 100 percent. >> connecting this pin to halui.feed-override.value makes GUI's feed override >> also control

Re: [Emc-developers] rapid override pin patch

2014-06-08 Thread Chris Morley
> Date: Fri, 6 Jun 2014 20:54:48 -0500 > From: ch...@timeguy.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] rapid override pin patch > > On Fri, Jun 06, 2014 at 06:52:03AM +, Chris Morley wrote: > > This patch adds a pin to motion

Re: [Emc-developers] rapid override pin patch

2014-06-06 Thread Chris Radek
On Fri, Jun 06, 2014 at 06:52:03AM +, Chris Morley wrote: > This patch adds a pin to motion that allows rapids to be overridden > from 0 to 100 percent. > connecting this pin to halui.feed-override.value makes GUI's feed override > also control rapids. > > This patch does not add an NML comman

Re: [Emc-developers] rapid override pin patch

2014-06-06 Thread Chris Radek
On Fri, Jun 06, 2014 at 06:52:03AM +, Chris Morley wrote: > This patch does not add an NML command to control rapid override, > That is beyond my skill and I'm not sure necessary. Let me take a shot at adding it beside the current FO. I would really prefer that to having them be completely d

Re: [Emc-developers] rapid override pin patch

2014-06-06 Thread Filipe Tomaz
Thanks ! Citando Chris Morley : > This patch adds a pin to motion that allows rapids to be overridden > from 0 to 100 percent. > connecting this pin to halui.feed-override.value makes GUI's feed override > also control rapids. > > This patch does not add an NML command to control rapid

[Emc-developers] rapid override pin patch

2014-06-05 Thread Chris Morley
This patch adds a pin to motion that allows rapids to be overridden from 0 to 100 percent. connecting this pin to halui.feed-override.value makes GUI's feed override also control rapids. This patch does not add an NML command to control rapid override, That is beyond my skill and I'm not sure nece