Hi
I have been generated some gcodes from Vetric where it demands the Save Z settings and Home start position x,y, z.
My autotool macro have also an save Z setting:
ZMove = 30.00 'Total lenght of Probe to move before Stop or no Contact Made.
ZOffset = 25.00 ' Plate Hight
ZSal = ZOffset + 2.00 '+ Free Hight, Will possition the Proble 2 MM over the Material.
Mach3 config also have a save Z setting.
So now am I confused.
How should the output be:
Vetric
Save Z = ?
z1 = Clearance = ?
z2 = Plunge = ?
Home start x=0,y=0,Z=?
Mach3
Config - should I also use the same save Z settings in here ?
In Mach3:
What should the DRO be at:
X=0
Y=0
Z=???
Hope you can help me...