Go to specific location using Carbide Motion?

Is there any way to move the gantry to a specific XYZ location using CM? I have a project that got a bit jacked up but if I was able to start at a specific location relative to my current XYZ, I could salvage it w/o having to run it all over again.

3 choices;

Bring up a MDI line and type

MED-SPEED FEED (a little safer)
G1 X (Number) Y (Number) Z (Number) F888

RAPID
GO X (Number) Y (Number) Z (Number)

Or you could just JOG there

2 Likes

What I ended up doing was to edit the NC file so it would start at a specific line, which accomplished the same thing for this purpose. Thank you though, as I am sure I will need to do that in the future too.