Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Jewel999 on December 26, 2014, 10:37:42 PM

Title: How to switch incremental or absolute distance mode in Mach3?
Post by: Jewel999 on December 26, 2014, 10:37:42 PM
Hello,

I'm a newbie on the Mach3, and I have a basic problem.
How to switch incremental or absolute distance mode in Mach3?

Thanks reply.
Title: Re: How to switch incremental or absolute distance mode in Mach3?
Post by: Tweakie.CNC on December 27, 2014, 01:50:46 AM
The Gcodes;  G90 switches to Absolute and G91 to Incremental moves.

Tweakie.
Title: Re: How to switch incremental or absolute distance mode in Mach3?
Post by: Jewel999 on December 27, 2014, 02:22:48 AM
Thanks, Tweakie.

The only way is G-code?
Is there any hotkey or setting in Mach3 which I can switch them?

Thank you.
Title: Re: How to switch incremental or absolute distance mode in Mach3?
Post by: Tweakie.CNC on December 27, 2014, 04:51:48 AM
Within Mach3;  Config. / General Config. set "Distance Mode" Absolute / Incremental.

I think you would have to add a screen button (or two) with CB code to toggle between the two states using a defined hotkey / keys.

Tweakie.
Title: Re: How to switch incremental or absolute distance mode in Mach3?
Post by: Jewel999 on December 27, 2014, 07:26:34 AM
Thanks, Tweakie.

I'll try your solution.

Thank you very much!