Separate names with a comma.
Some features disabled for guests. Register Today.
Are you using the correct Post processor? Fusion 360: grbl post processor install (the easy way) And is your homing setup correctly (There may be...
when you right click a setup or operation and select 'post process' you get a dialog, all the options you need are right there on the dialog....
David that was a really good explanation. I will have to go into the post processor and see if I can set the thing to something other than Z-10....
seems to me you are getting a bit confused AND you have your home switches at bottom left which requires special GRBL setup. Gcode defines 7...
I am pretty sure this covers it.... Not sure where to put work piece but let me make sure of a few things.... So, to confirm, you have home...
Hey guys. Going crazy trying to figure this out. I'm done for the night and I'm typing this on my phone. I don't have code examples. If I...
ah, then you can do yourself a favour and 'fake the home'. The convention/rule is that home is at the positive ends of axis travel, which puts it...
Awesome! I will have to try this out myself.
Hi @ian McFadden, I would be grateful if you could cast an eye over the attached Fusion post processor and tell me if I have correctly...
This post (Duet Controller/Fusion 360 post fix) tells you how to add g-code to the header in a Fusion post processor. It should explain how to...
Is there any way to disable G53? Fusion keeps stuffing a G53 G0 at the beginning and end of my files.
"But how do I make the tool start when I hit start job button? Then turn it off when the job is done?" You answered your own question within your...
Thanks @David the swarfer and @sharmstr, David thanks for the explanation that is kind of what i thount once i realized setting it back to -10...
Fusion does safe begin and end moves using machine co-ordinates (accessed by G53). So a 'G53 G0 Z0' should move Z as high as possible so that a...
I'm inserting my gcode below for your review. I'm not seeing G53. The Z problem still persists with this file (and other files generated from...
Sounds like you have a fairly specific setup then. I don't believe it's considered good practice, generally speaking, to use G53/G28 machine...
Hi @Benjamin Vg, -> Are they some other/better tools I can try for it - for the Duet controller no. Is your router cable well away from any...
Hi @Matt Thorniley - just started looking at your files. You might have to wait for someone like @sharmstr to get up - I can't see anything...
Hi, I need help getting the Black Box running with Fusion 360. I try all the GRBL post processing cpa in Fusion and some that were mention in...
I much prefer to use G53 moves instead of G28 or G30 G53 G0 Z0 G53 G0 X0 Y0 is a much safer sequence of raise Z to highest (same as home) and then...