I’m a very content Fusion 360 hobbyist user most of the time, and appreciate the access to the advanced features Fusion gives us on hobbyist license. Occasionally though, I get annoyed that we lack rapids. Especially during a slow toolpath, when the cutter is safely above the workpiece and its just crawling to a new position to start cutting again. Since G-Code is just a text file after all, I wrote a small tool to recover the rapid movements that Fusion omits from us. I thought I would share it with the group in case it’s useful for anyone else. https://rapidsrecovery.com
How it works: While you’re setting up your CAM, make note of your Retract Height for your toolpath. When you process your G-Code through the tool, it will look for times the cutter hits this height and then add back a rapid movement to the next line. If you probe from the top of your workpiece, the height you’re looking for is the same as the Fusion value, but if you probe from the bottom, then it’ll be the Fusion height + the workpiece thickness.
I only have a Onefinity Woodworker with the original black controller so that’s the only machine I can test with. Like I said before, I’m a hobbyist, so I’m far from a G-code expert. If you have some G-Code files that you find aren’t working, post them if you can and I’d be happy to take a look. All processing happens locally in your browser, no information is collected through the website.
