
Fusion 360 post processing
Fusion 360 post processing
Hello , I am new to the CNC world but have been a machinist for 23 years. I bought a shapeoko 3 and it runs great using makercam and carbide 3d. I've ran a few wooden signs to get a feel for the process and now it's time to get a little more serious so I can run prototype projects in wood and plastic. I have been using Fusion 360 for a few weeks and absolutely love it, but when I create a tool path and run the grbl post processor I get errors trying to run on the machine. Any advice on what I may be doing wrong? I have zeroed the machine, drew simple parts such as 3"x3" rectangles , still no luck , it doesn't like the g code fusion 360 is spitting out. Any tips would be greatly appreciated. And I am new to the computer/cam/g code side of things so speak slowly 

-
- Posts: 8628
- Joined: Mon Apr 09, 2012 6:11 pm
- Location: Pennsylvania --- south of the Turnpike, East of US-15
- Contact:
Re: Fusion 360 post processing
Which post-processor are you using?
According to http://www.shapeoko.com/forum/viewtopic ... 076#p41626 there’s a Grbl processor:
According to http://www.shapeoko.com/forum/viewtopic ... 076#p41626 there’s a Grbl processor:
In terms of workflow, Fusion includes a very good GRBL v0.8 post-processor, so your workflow with Fusion 360 is simply this:
Build your model in the CAD editor -> Switch to CAM mode and construct your toolpaths -> Compile the NC file using the GRBL Post Processor -> Mill with Universal G-Code Sender.
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets
Re: Fusion 360 post processing
I am using the grbl.cps-generic GRBL selection from fusion 360 and Carbide Motion. I dug through posts and found that I had to delete g28 and that made it run basic rectangle and even an island. If I try to load anything with a curve in it I get "error in line xx bad arc format no I/K. I have hope, little by little. Should I try a different post processor from the list? Thanks for the response .
-
- Posts: 8628
- Joined: Mon Apr 09, 2012 6:11 pm
- Location: Pennsylvania --- south of the Turnpike, East of US-15
- Contact:
Re: Fusion 360 post processing
According to this: http://community.carbide3d.com/t/fusion ... =willadams
It should work:
It should work:
Just uploaded a new CM V2 beta that works with Autodesk CAM.
Use the Mach3 post
Uncheck "Use Radius" in the post processor
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets
Re: Fusion 360 post processing
Back from another hitch at work and had time to play. This worked great, Thank you for your help!
-
- Posts: 3
- Joined: Sun Jul 12, 2015 7:06 pm
Re: Fusion 360 post processing
Where is the "Use Radius" button? I've tried selecting grbl.cps and mach3mill.cps, but cannot import the output of either of these into Carbide Motion. I haven't been able to find any post processor options, though, and haven't been able to try unchecking the "use radius" button.
Re: Fusion 360 post processing
Once you select 'post process' you'll see this dialog box appear.gradymorgan wrote:Where is the "Use Radius" button? I've tried selecting grbl.cps and mach3mill.cps, but cannot import the output of either of these into Carbide Motion. I haven't been able to find any post processor options, though, and haven't been able to try unchecking the "use radius" button.

Has anyone found a solution to canned cycles in Fusion 360?
I've been posting my drill steps in 'generic grbl', and my milling in 'generic mach3'...but I'm getting sick of having to post and run two separate files.
Re: Fusion 360 post processing
I think they advise you to turn g28 off too. I did. I use HSM Express in Inventor which is nearly the same as Fusion without the 3D.
Why grbl for drilling and mach for milling? Does Carbide not recognize something? I haven't tried drilling yet.
Why grbl for drilling and mach for milling? Does Carbide not recognize something? I haven't tried drilling yet.
Shapeoko 3, #405 / Dewalt 611 w/Super PIDv2, limit switches
Re: Fusion 360 post processing
That screen is actually from HSM Express (they use the same post screen
).
Using the Mach3mill post processor works great for milling but uses 'canned cycles' (G81 for peck drilling etc) which aren't compatible with Grbl and throws an error.
If you use the grbl post processor it converts the drilling into simple G01 linear commands, but for for milling it throws the 'bad arc format, no i/k' error.
So I've been posting two files, one with the grbl post processor for spot drilling, and one with the generic Mach3mill post for all the milling ops.
I've considered using a complete grbl post (with drilling and milling all included) along with universal g-code sender (UGS), but UGS doesn't appear to allow tool changes; so I'm back to posting and running two files; which is what I'm trying to avoid.
I need to figure out a way to either edit the grbl post processor to fix the arc error, or edit the mach3 post to eliminate the canned cycles...I just have NO idea how to begin.

Using the Mach3mill post processor works great for milling but uses 'canned cycles' (G81 for peck drilling etc) which aren't compatible with Grbl and throws an error.
If you use the grbl post processor it converts the drilling into simple G01 linear commands, but for for milling it throws the 'bad arc format, no i/k' error.
So I've been posting two files, one with the grbl post processor for spot drilling, and one with the generic Mach3mill post for all the milling ops.
I've considered using a complete grbl post (with drilling and milling all included) along with universal g-code sender (UGS), but UGS doesn't appear to allow tool changes; so I'm back to posting and running two files; which is what I'm trying to avoid.
I need to figure out a way to either edit the grbl post processor to fix the arc error, or edit the mach3 post to eliminate the canned cycles...I just have NO idea how to begin.
Re: Fusion 360 post processing
Ah! Got it! Thanks for the explanation.
Shapeoko 3, #405 / Dewalt 611 w/Super PIDv2, limit switches