repa6 / PCBCase

PCB Case 3D OpenSCAD library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • PCB Case

This is designed to take an KICad 6 kicad_pcb file and produce an openscad file that is the case. The problem is that you need 3D models for your parts for this to work sensibly, so the C code has a list of footprints as basic openscad outlines. This is not like the 3D models in KiCad which are accurate, it is simply boxes and shapes that allow for the 3D box to have a sensibly sized cut out for the part. In many cases this means the model is just a cuboid. But in some cases it is slightly more important as it has the attached connector included. Any parts of the design that would breach the case cause cut outs and supports in the case surround.

275724777_4932056986873909_2086496272107808800_n

About

PCB Case 3D OpenSCAD library

License:GNU General Public License v3.0


Languages

Language:C 66.0%Language:OpenSCAD 33.7%Language:Makefile 0.3%