Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: DroopyPawn on October 29, 2007, 12:12:19 AM
-
Is there a way in Mach3 to go to specific coordinates? Not from G-Code but somewhere that I can enter coordinates and my machine will move to that spot. I'm not talking about the jog buttons. Needs to be accurate.
-
Hi, DroopyPawn
Jog buttons are accurate, Tab key, set Jog Mode to "Step" then just above it enter distance in the window, You can activate under "Operator" a Auto Calculator by checking beside it, Then enter the number from a calk window.
You can use a Work Offset by setting it but it's a Gcode G54 to G59P253, look under Offsets Tab, Work Offset's and read up on it.
It's a Gcode world.
G00 X10 Y10 then Zero X, Zero Y, It's basically a Work Offset
Hope this Helps, Chip
-
I think the MDI tab is what you need. Just type in G00 x23 Y12 Z2 and enter, then Mach will move at rapid speed to that location. If you want to go slower start with G01.
-
Yep. That's it. Thanks.