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