Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Don C on July 23, 2025, 03:44:58 PM

Title: floating head for plasma table
Post by: Don C on July 23, 2025, 03:44:58 PM
This is the gcode I am trying to use but it doesn't like the last line and doesn't show up in the screen.
g031 z-8 f20     " probing"
g092 z0          " zero z axis"
g0z1.71          " running my z to cutting height"
g092.2 z0        " rezero my z axis"

any help would be appreciated
Don
Title: Re: floating head for plasma table
Post by: Tweakie.CNC on July 24, 2025, 07:36:40 AM
Hi Don,

You need a carriage return at the end of your GCode file. Just add the character  %  as a final line.

Tweakie.