12. Moulding and Casting

Assignment

Group assignment

Link to this week's group assignment

Casting a epoxy light bulb

Modeling

bulb model mold model

I modeled the bulb and the base mold in FreeCAD, the CAD file is here.

Path generation

Then use the Path workbench to genreate the tool path for cutting out the mold.

The cutting is done in two passes, first using a 4mm diameter endmill to remove large portion of the material and cut out the big features, then using a smaller 2mm endmill to finish the surface of the mold.

endmills and wax

Set up the endmill that will be using in the FreeCAD Path job.

set up endmills

First pass I will use the 4mm endmill to do a 3D pocket operation, to remove large portion of the material.

3d pocket

Then I need to do a 3D Surface operation with a smaller 2mm endmill to produce a finer surface finish.

I'm using FreeCAD 0.21.2 when doing this assignment, and as the 3D surface FreeCAD documentation states, the 3D Surface is an experimental feature, so it needs some additional steps to enable the feature, for the version I'm using, I need to go to Tools > Edit parameters ... from the menu, and go to BaseApp > Preferences > Mod > Path and find the EnableAdvancedOCLFeatures parameter and set its value to true. Then restart FreeCAD.

parameter editor

Now the 3D Surface tool is available in the Path workbench.