Fusion 360 post processing
-
- Posts: 3
- Joined: Sun Jul 12, 2015 7:06 pm
Re: Fusion 360 post processing
Must be a bug in Fusion, then. I get a similar dialog, but the "Properties" section is empty. I'm using this on a Mac, and cannot find the config folder either. It seems to have everything in the cloud. Otherwise, I'd just go edit the post files and change the defaults...
Is anyone using Fusion successfully on a Mac?
Is anyone using Fusion successfully on a Mac?
- Attachments
-
- Screen Shot 2015-08-02 at 11.28.05 AM.png (70.89 KiB) Viewed 3627 times
Re: Fusion 360 post processing
I have now had success using the 'Tinyg' post processor as well.
It converts the canned drill cycles to G01 commands and hasn't thrown any errors on the milling processes.
It converts the canned drill cycles to G01 commands and hasn't thrown any errors on the milling processes.
Re: Fusion 360 post processing
Here's a link to the post processor I use for Fusion 360 with my Shapeoko 2. I've got gshield board running GRBL.
http://a360.co/1DN28SS
I started out with GRBL generic post and removed G28. I removed the tool change because I was getting errors (I think from bCNC). The folks at Autodesk made a modification that improves the G2/G3 accuracy because I was getting a GRBL error on a G2 move because the accuracy was larger then 0.005" on one of the moves. There is a short change log at the top of the file if you want to see more details on the changes.
http://a360.co/1DN28SS
I started out with GRBL generic post and removed G28. I removed the tool change because I was getting errors (I think from bCNC). The folks at Autodesk made a modification that improves the G2/G3 accuracy because I was getting a GRBL error on a G2 move because the accuracy was larger then 0.005" on one of the moves. There is a short change log at the top of the file if you want to see more details on the changes.
Last edited by scott216 on Thu Aug 13, 2015 12:14 pm, edited 1 time in total.
Shapeoko v2 with DW660
GRBL v0.9i
Location: New Jersey
GRBL v0.9i
Location: New Jersey
Re: Fusion 360 post processing
Thanks, scott216. I altered a few things for the Shapeoko 3 with HSM Express (in Inventor 2016). Should be pretty much the same, right? I haven't run any gcode it produces through my machine yet but the code seems pretty good.
- Attachments
-
- Shapeoko3_HSM_Express.zip
- (5.64 KiB) Downloaded 125 times
Shapeoko 3, #405 / Dewalt 611 w/Super PIDv2, limit switches
-
- Posts: 3
- Joined: Thu Aug 06, 2015 3:59 pm
Re: Fusion 360 post processing
Ive been having similar issues, Ill be trying these tips tonight.
This thread may be sticky worthy for new members just starting out using Fusion360 and the Shapeoko, IMO. I know it's probably simple stuff but for someone just learning how to use a CNC this could be a huge load off as far as learning curve!
This thread may be sticky worthy for new members just starting out using Fusion360 and the Shapeoko, IMO. I know it's probably simple stuff but for someone just learning how to use a CNC this could be a huge load off as far as learning curve!
Re: R: Fusion 360 post processing
I used your post processor and somehow it dug deeper than it was supposed to on the machine, i don't know why...i just use generic grbl disabling G28 and it works flawlessly!heathenx wrote:Thanks, scott216. I altered a few things for the Shapeoko 3 with HSM Express (in Inventor 2016). Should be pretty much the same, right? I haven't run any gcode it produces through my machine yet but the code seems pretty good.
PS: i work with millimeters.
Re: Fusion 360 post processing
I've run 4 jobs with that post-processor and so far no trouble. Thanks for the warning. I'll keep my eye on it.Alie wrote:I used your post processor and somehow it dug deeper than it was supposed to on the machine, i don't know why...i just use generic grbl disabling G28 and it works flawlessly!heathenx wrote:Thanks, scott216. I altered a few things for the Shapeoko 3 with HSM Express (in Inventor 2016). Should be pretty much the same, right? I haven't run any gcode it produces through my machine yet but the code seems pretty good.
PS: i work with millimeters.
Shapeoko 3, #405 / Dewalt 611 w/Super PIDv2, limit switches
Re: Fusion 360 post processing
With both the generic grbl post processor (with G28 disabled) and the post processor from HSM Express, Carbide Motion is refusing to load the resulting output because a lot of lines (with commands like G2 and G3 and at least one other, that I don't remember) are missing one or two of the I/J/K arguments. Editing the G code to add in "I0", "J0" and/or "K0" on the lines where they are missing appears to fix it, but that's not practical in big files.
(Admittedly, I haven't tried another g code sender to see if grbl is OK with it, and it's just the Carbide software being picky.)
Is this some global setting in Fusion 360 to omit them when they "aren't necessary" because they are 0? Is there an easy way to fix it when generating the G code?
(Admittedly, I haven't tried another g code sender to see if grbl is OK with it, and it's just the Carbide software being picky.)
Is this some global setting in Fusion 360 to omit them when they "aren't necessary" because they are 0? Is there an easy way to fix it when generating the G code?
Re: Fusion 360 post processing
The Autodesk folks will probably fix this for you; they're really good with that. Make a forum post on the CAM forum (http://camforum.autodesk.com/index.php), tell them what you want and attach your current post file.TomDChi wrote:With both the generic grbl post processor (with G28 disabled) and the post processor from HSM Express, Carbide Motion is refusing to load the resulting output because a lot of lines (with commands like G2 and G3 and at least one other, that I don't remember) are missing one or two of the I/J/K arguments. Editing the G code to add in "I0", "J0" and/or "K0" on the lines where they are missing appears to fix it, but that's not practical in big files.
(Admittedly, I haven't tried another g code sender to see if grbl is OK with it, and it's just the Carbide software being picky.)
Is this some global setting in Fusion 360 to omit them when they "aren't necessary" because they are 0? Is there an easy way to fix it when generating the G code?
Shapeoko v2 with DW660
GRBL v0.9i
Location: New Jersey
GRBL v0.9i
Location: New Jersey
-
- 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
It should be practicable to edit the files using a GREP search-replace.
Pick an editor which supports it and look into it and you should be able to work up a pattern. If not, let me know if it’s an opensource editor and I’ll try to work out a pattern.
Pick an editor which supports it and look into it and you should be able to work up a pattern. If not, let me know if it’s an opensource editor and I’ll try to work out a pattern.
Shapeoko 3XL #0006 w/ Carbide Compact Router w/0.125″ and ¼″ Carbide 3D precision collets