BOSL2 icon indicating copy to clipboard operation
BOSL2 copied to clipboard

The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA

Results 65 BOSL2 issues
Sort by recently updated
recently updated
newest added

There was a plan to implement gear attachments that would position gears and align the teeth.

Defer

Since worm gear progress is stalled I thought I should try to capture outstanding issues before I forget what they are. 1. Mesh seems to be problematic, especially at high...

Release Blocker

To give more control add a variation on the "distance" method for skin() that lets you list key points in each curve that are required to align. Then the optimal...

Defer

Is it possible to do variable width offset()? And then offset_stroke and also offset_sweep would be possible.

Defer

The mutators.scad file is the last really disorganized file. It's a catchall of the stuff we weren't able to organize into anything sensible, under the name "mutators" which basically means...

From https://github.com/openscad/openscad/issues/5134 > "What changed in OpenSCAD lately is that we moved away from using "polygon soups" as an internal format, and we now use indexed polygon meshes. Each topological...

**Is your feature request related to a problem? Please describe.** I love the strength and efficiency of the sparse wall, but not everything I do is oriented as a wall....

Avoid adding `[key, undef]` pairs to structs.

**Describe the bug** partition_cut_mask(l=1,w=1,h=1) is valid according to the [documentation](https://github.com/BelfrySCAD/BOSL2/wiki/partitions.scad#module-partition_cut_mask) but isn't actually implemented in code; `w` isn't a parameter. **Code To Reproduce Bug** ``` partition_cut_mask(l=1,w=1,h=1); ``` **Expected behavior** I...