Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-08 Thread Tero Kaarlela
aarlela > Production Engineer > Eka-Sorvaus OY > Nivala > Finland > > Alkuperäinen viesti > Lähettäjä : s...@highlab.com > Pvm : 03/11/2016 - 22:17 (EET) > Vastaanottaja : tero.kaarl...@eka-sorvaus.fi, > emc-developers@lists.sourceforge.net Aihe : Re: [Emc-deve

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-03 Thread Sebastian Kuzminsky
On 11/03/2016 11:59 AM, tero.kaarl...@eka-sorvaus.fi wrote: > Ok, > > I added saving previous state of Speed and Feed override enable. And > restore after cycle is done. I am not sure if this is correct way of > implementing this? It has been tested and does work. Also updated for > current

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-03 Thread Sarah Armstrong
I,ll be able to, but unfortunately I,m away until Monday Tero. Sarah ⁣ Sent from BlueMail ​ On 3 Nov 2016, 18:04, at 18:04, "tero.kaarl...@eka-sorvaus.fi" wrote: >Ok, > >I added saving previous state of Speed and Feed override enable. And >restore after cycle is

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-11-03 Thread tero.kaarl...@eka-sorvaus.fi
Ok, I added saving previous state of Speed and Feed override enable. And restore after cycle is done. I am not sure if this is correct way of implementing this? It has been tested and does work. Also updated for current master. Could someone check this and tell me if it is usable or not.

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-10-02 Thread tero.kaarl...@eka-sorvaus.fi
vm : 01/10/2016 - 23:41 (EEST) Vastaanottaja : tero.kaarl...@eka-sorvaus.fi, emc-developers@lists.sourceforge.net Aihe : Re: [Emc-developers] Adding G84/G74 floating tapping cycles On Sat, Oct 01, 2016 at 10:59:54PM +0300, tero.kaarl...@eka-sorvaus.fi wrote: > > GET_

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-10-01 Thread Chris Radek
On Sat, Oct 01, 2016 at 10:59:54PM +0300, tero.kaarl...@eka-sorvaus.fi wrote: > > GET_EXTERNAL_FEED_OVERRIDE_ENABLE() > GET_EXTERNAL_SPINDLE_OVERRIDE_ENABLE() > Always return 1. I am afraid. Maybe because in saicanon.cc we have: > > /* MGS - FIXME - These functions should not be stubbed out to

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-10-01 Thread tero.kaarl...@eka-sorvaus.fi
>I think maybe like GET_EXTERNAL_FEED_OVERRIDE_ENABLE()? See >src/emc/task/emccanon.cc >You would want to save the existing setting before G84, then restore >it when done. GET_EXTERNAL_FEED_OVERRIDE_ENABLE() GET_EXTERNAL_SPINDLE_OVERRIDE_ENABLE() Always return 1. I am afraid. Maybe because in

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-26 Thread Chris Radek
On Mon, Sep 26, 2016 at 10:18:33PM +0300, tero.kaarl...@eka-sorvaus.fi wrote: > Hi, > > Thank you for reminding me about docs. I did update quickref and > also gcode.txt. It also describes that P word is an optional Dwell > at the bottom of thread. Great! > I tried to find Pause disable from

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-26 Thread tero.kaarl...@eka-sorvaus.fi
Production Engineer Eka-Sorvaus OY Nivala Finland Alkuperäinen viesti Lähettäjä : ch...@timeguy.com Pvm : 26/09/2016 - 01:26 (EEST) Vastaanottaja : tero.kaarl...@eka-sorvaus.fi, emc-developers@lists.sourceforge.net Aihe : Re: [Emc-developers] Adding G84/G74 floating tapping cycles On Fri

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-25 Thread Chris Radek
On Fri, Sep 23, 2016 at 09:50:32PM +0300, tero.kaarl...@eka-sorvaus.fi wrote: > Hi, > >It seems I was wrong. DISABLE_SPEED_OVERRIDE and >DISABLE_FEED_HOLD do work. Using halmeter for pin >motion.spindle-speed-out confirmed correct behaviour. Also >Feed_hold_disable works but it

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-25 Thread John Thornton
t; Lähettäjä : tero.kaarl...@eka-sorvaus.fi > Pvm : 23/09/2016 - 09:53 (EEST) > Vastaanottaja : emc-developers@lists.sourceforge.net > Aihe : Re: [Emc-developers] Adding G84/G74 floating tapping cycles > > Hi, > > As I mentioned before plan is to use Michaels code from here >

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-23 Thread tero.kaarl...@eka-sorvaus.fi
Sorvaus OY Nivala Finland Alkuperäinen viesti Lähettäjä : tero.kaarl...@eka-sorvaus.fi Pvm : 23/09/2016 - 09:53 (EEST) Vastaanottaja : emc-developers@lists.sourceforge.net Aihe : Re: [Emc-developers] Adding G84/G74 floating tapping cycles Hi, As I mentioned before plan is to use Mic

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-23 Thread Tero Kaarlela
Hi, As I mentioned before plan is to use Michaels code from here http://git.mah.priv.at/gitweb/emc2-dev.git/shortlog/refs/heads/g84-dev I just need to get these 4 year old patches to work with current master. Patches from Canon: add optional wait_for_atspeed parameter to START...

Re: [Emc-developers] Adding G84/G74 floating tapping cycles

2016-09-22 Thread Sebastian Kuzminsky
On 09/22/2016 12:48 PM, tero.kaarl...@eka-sorvaus.fi wrote: > Hi, > > I need to add G84 canned cycle for tapping with floating holder. I found > Michaels work here > http://git.mah.priv.at/gitweb/emc2-dev.git/shortlog/refs/heads/g84-dev > And was able to add interp/g84,g74: floating tap