A WIP opinionated migration guide for people migrating from Autodesk Fusion to FreeCAD, updated as I learn.
The default theme and icons are hot garbage.
- Install the OpenTheme theme addon from Tools -> Addon Manager
- The Catpuccin theme is also nice, and in the Addon Manager
- I really like the Flat Dark Icon Theme by obelisk79, but it does not have a complete set of icons for FreeCAD 1.1
FreeCAD isn't just an MCAD program, it tries to be an "every CAD" program using something called workbenches. If you are just doing part/product design then I recommend hiding all the workbenches you are not using.
-
Go to Preferences -> Workbenches -> Available Workbenches and uncheck all the workbenches you are not using.
-
I like to change the workbench selector style to TabBar in Preferences -> Workbenches -> Workbench selector type
- Enable transparent panels View -> Overlay Docked Panel -> Toggle Transparent Panels
- Holy shit FreeCAD has a lot of toolbars.
- Go to View -> Toolbars and disable any you don't frequently use, then collapse the useful toolbars on to one line, it makes a huge difference
- Disabling File, Edit and Help makes a big difference
-
I have a pending pull request to add a Fusion navigation style
-
In the mean time, Revit is the closest navigation style, you can change it in Preferences -> Display -> Navigation or by using the dropdown at the bottom of the screen
-
Choose
Rotation Mode: Object centerto get closer to Fusion's default behavior. Note that you have to start a rotation with the cursor not on the object for it to rotate around the object, and not the cursor's position on the object. -
Choose
Orbit Style: Turntablefor constrained orbit like Fusion's default behavior.
- No grid is shown by default, you can enable a grid for sketches by default at Preferences -> Sketcher -> Grid
- Alternatively, you can change this per-sketch in sketch settings

- Default behavior hides parts when a sketch is entered, which is super annoying. To fix this, uncheck Preferences -> Sketcher -> Display -> Hide all objects that depend on sketch
- Fusion's Components are named Parts
- Extruding from a sketch profile is called Pad
- Fusion's Shell operation is named Thickness
- There is no built in rendering workbench
- The formerly recommended third party workbench (https://github.com/FreeCAD/FreeCAD-render) is abandoned
- It is recommended to import your design into Blender and render there, here's a good tutorial