Fusion 360 plasma post mods - added tool settings, small circle speed and plunge rate support

The Crossfire controller is an Arduino clone running a custom version of GRBL 1.3ls. You can just type G-Code right into the controller using putty. See Grbl v1.1 Commands · gnea/grbl Wiki · GitHub

1 Like

You can just do a incremental move at the end of your code.
G0 G91 Y1
https://linuxcnc.org/docs/html/gcode/g-code.html#gcode:g90-g91

check out camotics

1 Like

Grbl is GPL right? I need to find the CD with the source code that came along with the Crossfire :slight_smile:

1 Like

Here is another idea to consider (all pierce delays are made the same with this post processor)

2 Likes

So where does one set the cut height at?

If I’m not mistaken, cutting height is entered in the Cutting Data Window when defning the tool.

1 Like

Unless something changed with this PP, that is just info to log on the tool setup. Cut speed IIRC is the only thing it pulls from that set.

1 Like

Ill double check when i get back to the cutter.