Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
isel_icv4030:milling_pcb_s_v2 [2024/09/04 09:45] – [Single layered PCB] formlab | isel_icv4030:milling_pcb_s_v2 [2024/09/06 05:09] (current) – [Single layered PCB] formlab | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Single layered PCB ===== | ===== Single layered PCB ===== | ||
You will be milling the copper away. Soldering is done on the copper side. The components go on the other side, so in the PCB software, make the traces on the **bottom layer**! | You will be milling the copper away. Soldering is done on the copper side. The components go on the other side, so in the PCB software, make the traces on the **bottom layer**! | ||
+ | |||
+ | Make circuit and PCB layout in Kicad. Save the Kicad project. | ||
+ | |||
+ | * Open Freecad | ||
+ | * Select the KicadStepUp workbench | ||
+ | * Click the '' | ||
+ | * The PCB without the pads and traces appears | ||
+ | * Click the '' | ||
+ | * The pads and traces appear | ||
+ | * Select the top object (more info please) and export (file > export. Select STEP). | ||
+ | |||
+ | Open Fusion 360 | ||
+ | |||
+ | Organize the files | ||
+ | * Upload the STEP file | ||
+ | * The file comes in the following components: | ||
+ | * PCB (the PCB board itself) | ||
+ | * PCB Sketch | ||
+ | * top pads | ||
+ | * bottom pads | ||
+ | * top tracks | ||
+ | * bottom tracks | ||
+ | * Delete the '' | ||
+ | |||
+ | Align the pads with the tracks | ||
+ | * Select the bottom pads components and press '' | ||
+ | * Move the pads up '' | ||
+ | |||
+ | Extrude the pads | ||
+ | * Only show the pad component | ||
+ | * Press '' | ||
+ | * Drag a selection rectangle over all the pads. | ||
+ | * You can now show the PCB component to make sure you're extruding into it. | ||
+ | * Set distance to '' | ||
+ | |||
+ | Extrude the tracks | ||
+ | * Only show the tracks component | ||
+ | * Press '' | ||
+ | * Drag a selection rectangle over all the tracks. | ||
+ | * You can now show the PCB component again to make sure you're extruding into it. | ||
+ | * Set distance to '' | ||
+ | |||
+ | Info: We're not joining because due to the many faces overlapping each other this often doesn' | ||
+ | |||
+ | Go to Manufacture mode | ||
+ | * Create a setup and select all objects (PCB, tracks and Pads) as the model. | ||
+ | * Add a drilling operation | ||
+ | * Select the hole face of the hole through the copper. For some reason it doesn' | ||
+ | * Check '' | ||
+ | * Set the bottom height to '' | ||
+ | * Add a 3D contour option and set the bottom height to '' | ||
+ | |||
+ | Todo: | ||
+ | * I don't like the areas of the holes to be milled already. How can this be avoided? | ||
+ | * Organize the PCB drills for differently sized holes. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Old info ==== | ||
- | Make circuit and PCB layout in Kicad | ||
Export to SVG | Export to SVG | ||
Line 75: | Line 139: | ||
- In Fusion 360: File > new electronics design | - In Fusion 360: File > new electronics design | ||
+ | --- | ||
+ | |||
+ | BAD: the circles are made up from several arcs. This way Fusion can't select it for drilling. | ||
+ | * In Inkscape, I draw a circle (object), I import it in Fusion, then it's good. | ||
+ | * This is the case somewhere in the steps to prep the SVG file in Inkscape. | ||
+ | * Can I prep the inkscape file without losing the clean circles? Or can I simplify a collection of arcs to become a circle again? | ||
+ | |||
+ | |||
+ | * open ' | ||
+ | * There are 3 layers: Clone-masked, | ||
+ | * for now, delete the 1st (clone masked) and 3rd layer (rectangle) | ||
+ | * right-click on the FOLDER icon, then edit > clone > release clone. Then the unselectable | ||
+ | |||
+ | --- | ||