Martin Budden

Results 16 issues of Martin Budden

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.

Both pico cores are used: core0 handles the key input and updates the display at low resolution. Core1 updates the display at high resolution. For speed, fixed point arithmetic is...

I've added a cone 3D primitive to the `Workplane`, as per item on the roadmap, https://github.com/CadQuery/cadquery/blob/master/doc/roadmap.rst This follows the OpenSCAD style, so if a single radius is specified a normal...