Carbide Pro with Onefinity elite gen 2

Hey group I have a question as I’m learning this stuff still. I am using carbide create pro with my onefinity elite gen 2 foreman. My issue I’m having is that carbide create pro is adding in a machine pause at the beginning of my g codes. I can simply edit it out or delete the line but I’m wondering if there is a permanent solution. I have my post processor set to basics g-code and not GRBL. The issue is causing an error and won’t let me proceed unless I take the line 7 out.

You will want to edit a custom post-processor which outputs G-code as you want:

Here’s the basic post with no toolchange.

Paste into C:\Users<user>\AppData\Local\Carbide 3D\Carbide Create\posts\basic_no_tc.post
rename .tap to .post

basic_no_tc.tap (3.7 KB)

1 Like

I suspect you can use the normal Carbide 3D / Shapeoko post processor, which uses normal M6 commands for tool changes.

1 Like

Ok thanks! I’ll have to try these options tonight.