Categories
FreeCAD

Learning from scratch how to create custom features in FreeCAD

This will give you an overview on how to get started with developing custom FreeCAD features. To get started follow the Create a FeaturePython object part I tutorial on the FreeCAD wiki. The examples in this blogpost are from the tutorial in the FreeCAD wiki. Setting up the folder structure for the custom feature project […]

Categories
FreeCAD

Creating a spradsheet driven t-slotted machine table in FreeCAD

Defining the parameters of the t-slotted machine table in a spreadsheet Modeling the t-slotted table in Part Design and connecting to spreadsheet Creating multiple variations of the t-slotted machine table by changing the spreadsheet parameters

Categories
FreeCAD

Controlling a Spline shaped medical device with a Spreadsheet driven parameter in FreeCAD

Creating the medical device enclosure outline with splines Adding a descriptive parameter with an alias to a spreadsheet Connecting the geometry to the parameter from the spreadsheet Experimenting with variants of the medical device design using the spreadsheet parameter

Categories
FreeCAD

Rendering an electronics enclosure from FreeCAD in CADRays

Installing CADRays on Windows for rendering Solid CAD models To install CADRays on Windows download the installer and run it. After the installation is finished you can open CADRays. Preparing FreeCAD models for import into CADRays To import FreeCAD model into CADRays yo uneed to save them in the STEP file format. You can do […]

Categories
FreeCAD

Designing a medical electronics device enclosure in FreeCAD Part Design

Sketching a concept of the medical device in Krita Creating the overall shape of the enclosure as a Part Design Body Shelling the solid overall shape to house the electronics Modeling internal structure of the medical device Create mating flange to align enclosure halves Cutting out openings for the mouning screws and the cable attachement

Categories
FreeCAD

Modeling gears for functional prototypes in FreeCAD

Taking a look at the modeled gear Installing the FCGear addon in FreeCAD through the addon manager Creating a new gear in your FreeCAD document Switch to the Gear workbench and create an involute gear. The involute gear is the first icon. Like the one already created in the document tree. Changing the number of […]

Categories
FreeCAD

Controlling an entire A2Plus assembly through one Spreadsheet in FreeCAD

Defining a specification of the g-clamp assembly In our example of a g-clamp we are defining one specifying parameter for the whole assemly. The main driving parameter is the clamping width of the clamp. Driving parameters: clamping width All other dimensions are going to be based on that or directly reference it. Modeling all components […]

Categories
FreeCAD

Creating a spreadsheet driven frame of a g-clamp in FreeCAD

In todays project I created a frame for a g clamp that is comtrolled by a spreadsheet. Changing the clamping height in the spreadsheet updates the model. Controling the clamp frame through a spreadsheet inside FreeCAD The initial clamping height of this clamp frame has been designed as 100 mm. The underlying sketches have been […]

Categories
FreeCAD

Adding a detailed description to the illustrated enclosure worklfow

Yesterday I created a simple and repeatable workflow for designing electronics enclosured with two halves in FreeCAD Part Design and posted it in this blog. The blogpost consisted of step by step instructions as illustrations but had no accompanying description. Today I updated the blog post and added descriptions to every step of the workflow. […]

Categories
FreeCAD

Designing simple plastic electronics enclosure using a repeatable workflow in FreeCAD

You will learn in this blogpost how to create simple plastic electronics housings using a repeatable workflow in FreeCAD in a illustrated way. You will need to know how to work with the Part Design workbench to understand this workflow. We will especially be using booleans Modeling the outer shape of the housing as one […]