SO3: Configuring job to not go to Home at end of toolpath

Hi there,

Noob question here. After a finished toolpath, i would like it to either finish at current XY + Z offset or just got to Job zero instead of going to Homing. I can’t seem to find a way to do that. any suggestions?

Thanks

Omer

M30 is interpreted by Carbide Motion as lift and move towards the back of the machine — replace it with a move to safe height and you should have the behavior you want.

The vcarve post processor uses the following commands at the end.

G0[ZH]
G0[XH][YH]
M02

I think if I remove the M02 it would raise and move to 0,0 and stop there.

Hmm I see. Is there a guide for G-Code, like a Wiki and/or quick reference in regard to Carbide Motion and how it interprets it? or even a G-Code wiki guide in general?

Thanks

Yes. My apologies, forgot to include that link:

https://wiki.shapeoko.com/index.php/G-Code

1 Like

There’s one here… http://bfy.tw/KSBe

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.