NopSCADlib
NopSCADlib copied to clipboard
Library of parts modelled in OpenSCAD and a framework for making projects
Currently `polyholes.scad` and `teardrops.scad` are included in `utils/global.scad` which is included in `utils/core.scad`. I don't think polyholes and teardrops are core - they are only used in printed objects, not...
The build process compares the `_tn` images and then deletes the difference files. Although the `_tn` files are small and so quicker to compare, it still takes time and slows...
Each `vitamins.scad` file contains an array of those vitamins used for testing. For example `vitamins/nuts.scad` contains the assignment ``` nuts = [M2_nut, M2p5_nut, M3_nut, M4_nut, M5_nut, M6_nut, M8_nut]; ``` and...
See discussion and benchmarks in issue https://github.com/nophead/NopSCADlib/issues/200
GT2 idler pulleys come in a variety of sizes. As well as having different tooth counts and diameters, the also have different widths (to support different belt widths) and different...
I'm sometimes getting a `FileNotFoundError` in `tests.py` when doing a `make_all`, see error trace below. I haven't been able to track down what exactly causes this to happen, but do...
That is allow `/*! ... */` comments, so ``` /*! blurb blurb blurb */ ``` could be used as well as ``` //!blurb //!blurb //!blurb ``` This would make editing...
[Duet 3 - Duet 3 Mainboard Dimensions](https://duet3d.dozuki.com/Wiki/Mounting_and_cooling_the_board#Section_Duet_3_Mainboard_6HC_v0_Num_6) & [GrabCAD STEP model](https://grabcad.com/library/duet-3d-duet-3-3d-printer-controller-1) Split out of https://github.com/nophead/NopSCADlib/issues/7 so that issue can be closed.
I ran into an issue today where when used as PCB components, JST_XH connectors get left off the BoM in the assembly instructions. I've attached an image showing two separate...