Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: Cuemaker on October 28, 2013, 09:13:06 AM
-
I want to set my A axis machine coord and work offset to 0, but when I do It sets a position to that a coord. when I then reset it it puts the # back in machilne coord..
-
When my mach coord reaches 735805.9600 i get a fault.. I want to reset the mach coordinate on A axis without having to run it minus to get there.... for 735805.9600 degrees
-
Create a screen button with the code
SetMachZero(3)
OR create a Mcode such as M105 with the code
SetMachZero(3)
Run as needed where needed from either the Button or the Mcode call in Gcode or from the MDI.
(;-) TP
-
I have it zeroed... thanks for the reply.... and answer