Gcode Header & Postscript for Carbide Motion

If using third party software to create Gcode, what would be used for the Header and Postscript running on SPXXL?

Depends on what you want the machine to do — should be pretty straight-forward to create a minimal file from Carbide Create and use that as a basis:

Header:

G90 (absolute mode)
G21 (metric, use G20 for Imperial)
(Move to safe Z to avoid workholding)
G53G0Z-5.000 (will move to 5mm below the top travel of the machine origin)

Postscript:

M02 (end of file command --- interpreted by Carbide Motion to lift and move straight back)

This is for Depth Map carving.
Would this require something different?

Machine setup shouldn’t differ for different kinds of cutting.

What software? Be sure to check the output file.

The software is Dmap2Gcode.
By output file are you talking the Gcode itself?

Yes, but Dmap2Gcode won’t output anything unexpectedly.

Also, I knew this seemed familiar.

1 Like

I was thinking I had asked before but wasn’t positive. My memory isn’t what it use to be.

I have saved the post and should be good now. At least I remember how to do that. :crazy_face: :stuck_out_tongue_winking_eye:

1 Like

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