Skip to main content

Fusion 360 Press Fit Design Tutorial

Start by defining a sketch. Click the sketch button on the top horizontal toolbar. The software will then prompt you to specify a plane for the sketch. Select the x-y plane (green and red). Fusion 360's default modeling orientation has the Y axis pointing up, instead of Z-up, which this tutorial uses. To change that, go to preferences (upper-right corner, account icon button).

Fusion press-fit tutorial screenshot 2 Fusion press-fit tutorial screenshot 23

Create a rectangle on the sketch plane using the 2-point rectangle tool in the panel. As you draw the rectangle, you will notice that you can specify its width and height numerically by typing values in the dimension dialog boxes that pop up. These values will constrain the width and the height of the rectangle.

Fusion press-fit tutorial screenshot 17 Fusion press-fit tutorial screenshot 34 Fusion press-fit tutorial screenshot 12

You can specify parameters in a more structured way by using the parameters dialog. You can access this by expanding the modify tool palette and selecting “Change Parameters” at the bottom of the menu.

Fusion press-fit tutorial screenshot 11

I can create named user parameters in the parameters dialog by selecting the “New user parameter” button. This enables me to define the parameter name and its value. The value can either be a number, OR a mathematical expression (e.g. notchWidth*2). Here, I’ve defined a range of values for specifying the dimensions of a press-fit square piece.

Fusion press-fit tutorial screenshot 10

Returning to my sketch, I can dimension my rectangle based on my user parameters by clicking the dimension and entering “squareW” for both the width and the height.

Fusion press-fit tutorial screenshot 16

I can then exit the sketch mode by hitting the green finish sketch button.

Fusion press-fit tutorial screenshot 14

I can convert a 2D sketch into a 3D solid by using the extrude operation. Selecting extrude brings up a dialog in which I can select the sketch plane I wish to extrude and specify the distance. I’ll set the distance-to-user parameter to the material thickness I defined. This corresponds with the thickness of my material for laser cutting.

Fusion press-fit tutorial screenshot 24 Fusion press-fit tutorial screenshot 30 Fusion press-fit tutorial screenshot 33

To create the notches, I’ll create a new sketch. However, rather than create it on one of the planes at the origin, I will create the sketch on a planar face that corresponds to one of the faces of my extruded square. This lets me create a sketch relative to the dimensions of that face.

Fusion press-fit tutorial screenshot 13 Fusion press-fit tutorial screenshot 15

I’ll create a second rectangle with its lower-left corner aligned with the base axis of my extruded rectangle. And dimension it with the height set to material thickness and the width set to notchwidth

Fusion press-fit tutorial screenshot 6 Fusion press-fit tutorial screenshot 7 Fusion press-fit tutorial screenshot 21

Then I’ll exit the sketch and use the sketch geometry to convert this feature into a cut in my 3D solid. I’ll select the extrude option and select the sketch profile. I’ll set the distance to -notchHeight, which will create a cut operation in my solid.

Fusion press-fit tutorial screenshot 35 Fusion press-fit tutorial screenshot 19

I’ll duplicate the notch along the edge by using the rectangular pattern tool. This will create a design in which my press-fit piece has multiple points of contact along a single edge. This is optional! I’ll set the object type to Features, which allows me to select the notch, and then set the quantity to my notchNum parameter. I’ll set the distance to notchWidth × notchNum. This will create even spacing.

Fusion press-fit tutorial screenshot 8 Fusion press-fit tutorial screenshot 37 Fusion press-fit tutorial screenshot 25 Fusion press-fit tutorial screenshot 36

You may find the notches are not evenly centered. I can address this by returning to the sketch along the side of the extruded rectangle. I then create a new dimension from the lower left-hand corner of the side of the rectangle and the lower left-hand corner of my sketch rectangle. I set this dimension to an expression that calculates the distance as a function of the square width, the notch width, and the notch number. This will center the notches.

Fusion press-fit tutorial screenshot 38 Fusion press-fit tutorial screenshot 32 Fusion press-fit tutorial screenshot 26 Fusion press-fit tutorial screenshot 9

Now I’ll use a similar approach to create notches around all 4 edges. To do this, I need a point of rotation, so I’ll modify the original base sketch to fit my extruded rectangle. I’ll create a center point in the rectangle by drawing two lines across the width and the height that intersect the rectangle sides at their midpoint. You know the start point is at the midpoint when the triangle icon appears as you mouse over the line.

Fusion press-fit tutorial screenshot 3 Fusion press-fit tutorial screenshot 39

I’ll then draw a circle with the center at the intersection of these lines. I’ll turn both the circle and the intersection lines to construction lines using the sketch palette. This ensures they won’t interfere with my original extrusion operation

Fusion press-fit tutorial screenshot 1

I’ll exit the sketch and create a second pattern operation. However, this time, I'll select the circular pattern and set the axis to the circle. I can do this by selecting the circle in the sketch.

Fusion press-fit tutorial screenshot 20 Fusion press-fit tutorial screenshot 5 Fusion press-fit tutorial screenshot 22

I’ll set the quantity to four and select all the notches on one side. This will create a set of notches on all four sides.

Fusion press-fit tutorial screenshot 27 Fusion press-fit tutorial screenshot 18

I can adjust the parameters of my design by changing my original user parameters.

Fusion press-fit tutorial screenshot 28 Fusion press-fit tutorial screenshot 31

To export the design for laser cutting, you have a couple options: Easy Option You can select the original sketch from your design from the Browser menu, right click on it, and select "Export as DXF". This will save a DXF version of the file that preserves the original dimensions of the sketch. This is fast and easy, but does not account for kerf.

Complex Option If you need to account for kerf- e.g. you are doing something with joints or press fit design, you can follow this guide to go through the machining process in Fusion to produce a DXF file that accounts for that parts of the material that the laser cutter will remove. Slides