Main HOWTO: ceremcem/freecad-notes
Description
Example project to demonstrate cutting socket windows. Usage scenario:
- [x] You have a circuit with connectors on it.
- [x] Create an enclosure (panel) for that circuit, arrange the placement with assembly container.
- [x] Cut the connector windows
- [x] Relocate circuit inside enclosure, expect the connector window cuts are relocated accordingly.
- [x] Place additional circuits inside the enclosure
- [x] Create additional window cuts without breaking previous work.
- [x] Refine the window cuts without breaking any previous work.
Status
Practically usable.
Short Instructions
Sheet metal doesn't work with cut parts, so you have to use PartDesign to create the base and create the windows with "Pocket" operations.
- Create your panel (draw the base, bend, etc.)
- Make sure that your panel is marked as "Active Body".
- Select the "Cut" solid within your socket.
- Create a subshape binder.
- Create a new sketch inside the Active Body.
- Create External Geometry Constraints.
- Draw the cut shape by using the constraints in the previous step.
- Create pocket.
- Unfold the body.
Detailed Instructions
Original Tutorial is here
Workflow
You'll need two files:
- Create a file that holds the enclosure and the electronic part.
- Create a separate file for the electronics part which holds the circuit and the other components (including cutters) that should be interpreted as a group.
Steps
1. Electronics Part
-
Import the circuit or draw from scratch if it doesn't exist yet. A RaspberryPi will be used in this example.
-
Draw the cutters
- Create a Part
- Create Binder(s) for socket(s)
- Create cutter shapes with Part Workbench
2. Enclosure
-
Create a link to the electronics part
-
Draw the panel using PartDesign Workbench
3. Cut the panel with cutter
- Create a Binder for the cutter
- Use "Cut" command in the Part Workbench to cut the
front-panel
with cutter
4. Refine the cutter shape
- Double-click the Sketch under the cutter
- Refine as you like
5. Add more cutters in time
- Add a new component, place accordingly.
- Create a binder for the new component, move into the
front-cutter
- Edit the Sketch under the cutter extrude
- All done, go to
enclosure
, refresh the view
Attachments
asm3-cut-window-example-20180909T2231.zip