Adjusting for Kerf in your Design Parametrically - Fusion 360

Bummer…yeah, OpenSCAD is a different puppy…seems to me it has one advantage in that it is a heck of a lot easier to just set up one formula that applies to the shape during the build, without all of the clicking we have to go through with other programs and since kerf is a variable - you can just change the value in one spot and everything adjusts automatically. (Like F360 does.)

But I don’t see a way around your wanting to post a different version for use in CAM applications, other than creating a copy of the file with kerf = 0, and then posting that one for CAM use.

Don’t know enough about how to use OpenSCAD to be able to tell you though.

By the way - you just created a tutorial for how to adjust for kerf in OpenSCAD. :slight_smile:

Pretty that up a little bit with just a bit more explanation and post it as a tutorial.

You guys haven’t twigged to one fact yet - and it’s a scary one…

.
.
.
.
.
.
.
.

WE are the experts!

8 Likes

Right? Kinda like when I am looking for an adult and realize I’m it.

14 Likes

I don’t think I’m ever gonna grow up. Chuckle! :no_mouth:

3 Likes

I think if you grow up all the way something has been lost…

4 Likes

Sorry, I tried but just don’t have the patience or temperament for creating tutorials. I can show you the final couple of steps which may be of interest to some folks. The idea was to create two walls of a box, with one perpendicular to the other and to then create the pins (tabs) and slots that would form finger joints. The walls must be aligned so that their ends over lap each other and then the Laser Joint FeatureScript (created by one of the Onshape users) is invoked, and a series of entries are filled out in the subsequent dialog box to create the tabs and slots. The author has provided options for fit, and undercutting (so-called keyholes), among other features.

The walls before the FeatureScript is invoked:

A closeup showing that the walls are overlapped:

The Laser Joint FaetureScript dialog box:

Result with dialog box filled out. I elected for a 1/16" overcut, which creates the clearance hole for the corners and for a perfect fit with no slop.

The final result:

A close up of the top corner showing the overcut:

After the joints are formed by the FeatureScript you can select one of the wall faces, right click on it, and select “Export as DWG/DXF” from the drop down:

I imported the resulting DXF into Visio just to verify that it looked OK.

One could, of course, repeat the process for all six walls on an enclosed box. Actually doing the above took only a couple of minutes so it is really a quick process, much quicker than it takes to read.

8 Likes

You just did!
Tag that baby as a tutorial. You don’t have to teach the whole program… just the part that you are showing.

3 Likes

Yep! :grin:

We have to convert from 3D to 2D anyway…that is a tutorial!
(Specifically a tutorial on How to add an Undercut/Dogbone in OnShape.)

@MikeH:

my tutorial moving instructions were wrong…just flat wrong…

1 Like

Ooh, need this function for Fusion 360!!!

1 Like

Subbed

Did I miss a step? After adding offset and exporting to dxf, my dxf has both the original path and the offset path. How do I suppress the original path?

The sketch for the offset path needs to contain only the offset path.

The DXF export from Fusion360 will include the dashed construction lines as well so converting sketch lines to construction will not circumvent it.

I like your tutorials. Just a quick note that you don’t have to go back into the edit parameters box after noting the model dimension label to change it. Just double click the number and you can edit it to be “half” or whatever you named your user parameter.

Also, I just came across this Fusion add on for DXF export for lasers with kerf adjustment.

This is what it does:

Select a face, it does the offsets for you and exports to DXF. The path outside the box and the small circle inside the hole are the cut paths.

3 Likes

Oh ho, look at this. You can actually export the toolpaths generated by Fusion 360 CAM directly as an SVG. That gets you all the little goodies, like kerf adjusted rounded corners.

Here’s how:

  1. Go to http://cam.autodesk.com/posts/ and search for glowforge. Download the post processor file and save it as /Users/username/Autodesk/Fusion 360 CAM/Posts/glowforge.cps.
  2. Change your workspace to CAM.
  3. Use the Cutting tool.
    a. Select tool. Add the one that looks like a laser. Change the type to Laser from Waterjet. Change the kerf width to 0.02 in, or whatever it should be. Change the nozzle clearance diameter to the same, or something small, while we’re here.
    b. Select the face or contour you want to export.
    c. In the “Passes” tab, set the Compensation Type as “In computer”. Also turn off “Lead In (Entry)” as it will be ignored anyway, and may generate a warning on some geometries.
  4. There should now be a Setup in the browser. Use the Post Process action.
    a. Find the Glowforge post processor under Personal Posts. Open up the Properties and have a look around. useColorMapping will use different colors for etching, but I don’t think that’s useful.
    b. Hit OK. Files will be saved to /Users/username/Fusion 360 CAM/nc/ by default.
9 Likes

I couldn’t get the CAM export to work to save my life. But the DXF to laser plugin did the trick for my first project. Some day when I have infinite free time, I’ll try again with the CAM method as it should work better.

1 Like

I was able to get an SVG out of the process, but it leaves a little bit to be desired. The corner kerfs aren’t properly attached to the other paths, so they show up in the UI as separate parts and have to be kept together when moved. It’s not ideal. Plus, the dimensions change almost randomly when going through editing programs. The plugin is indeed much easier.

One note: on Proofgrade materials, don’t perform kerf adjustment(?) I just cut a piece and the dimensions come out almost exactly as the designed dimensions.

1 Like

Yeah, that’s pretty much the conclusion I’ve come to as well. I tried doing kerf adjusting on some early PG and wound up having to sand it because it was too tight to fit. (That was for the woods and plywoods, the acrylic can use a tiny kerf adjust to make the glueing less messy…tends to run all over the place.)

2 Likes

Yeah, I put in some ridiculous number like .008" just for press fit acrylic tabs. Better probably would have been to measure the thickness accurately.

0.008" (.2mm) is actually what I’ve read the kerf will be (in certain materials).