On 20 October 2014 15:22, Chris Radek <[email protected]> wrote: > I do not understand why motion.motion-type does not work for this. > This is exactly the information it gives you.
Has that changed relative to the docs? Docs say: "motion.motion-type OUT S32 These values are from src/emc/kinematics/tc.h 1: Linear move 2: Arc move 3: Rigid tap move" And the types in src/emc/kinematics/tc.h are 26 #define TC_LINEAR 1 27 #define TC_CIRCULAR 2 28 #define TC_RIGIDTAP 3 Which does not seem to differentiate between G1 and G0 (except inasmuch as G0 may be "none of the above") -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
