NopSCADlib
NopSCADlib copied to clipboard
Library of parts modelled in OpenSCAD and a framework for making projects
I've added some threaded inserts to be used in wood. I took the measurements from a drawing I found online, but the thread pitch for the outer threads were just...
Replaced the following functions: foot(x) = x * 25.4 * 12; with foot(x) = inch(x) * 12; yard(x) = x * 25.4 * 12 * 3; with yard(x) = foot(x)...
For example I would like to add a pulley for GT2 12mm belts in: https://github.com/nophead/NopSCADlib/blob/master/vitamins/pulleys.scad I can just do it in that file and it works fine, but how to...
While motherboards look wildly different, the board sizes, standoff locations, IO panel, and PCIe slots are all standardized. I think it would be nice to have some generic models of...
The most basic form of a Mini-ITX PC motherboard. The grey cube is the IO cut-out . The exact placement of the PCIe slot is missing but it would be...
Working on a project that uses 1020 and 2020 t-slot profiles (called "extrusions" in NopSCADlib). The 1020 profiles render correctly for my design but the 2020 does not. My source...
There's a couple extra layers on top of a horicylinder if the layer_height >= 4 extrusion_width. This is an odd case, but I was looking at printing out how 3DP...
Howdy! First time pull request, so please forgive me if I missed part of how this is normally done or if some of these changes ought to be done differently....
must be a great addition to already existing SK brackets 
 for example: * KFL08 8mm * KFL000 10mm * KFL001 12mm these are pretty common and easy to find so it might be a great addition to NopSCADlib