OK I’m sure I’ve missed this somewhere or just have not figured it out. Lets say I am putting keyhole hanger slots on the back of the workpiece. I find where I want my work origin on the first one and then want to move the machine 5 inches to the right on the x axis. How can I tell masso to do that?
Are you talking about doing several parts that are 5" apart? You could move 5" and reset X0. Or you could use G55, G56, etc.
If you were able to make the front of the workpiece, then…ummmm…maybe I just don’t understand the question.
I simply just want to advance the x axis 5 inches to the right. On the old BB controller i just would of touched the +5 inch button. It would move +5 inches on the x axis, I would set that as the new “0” and play the file again.
MDI…
“G0 X5.” enter
1 Like
awesome thanks. I appreciate it.
Hey John, hey @jk3256 joe,
then add
G92 X0
to make the new position your new X work origin. Or
G92 X0Y0
for x and y at same time.