- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
621 B
621 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ce197030-60a0-44b0-bd38-41f184b6788f | solution | BOSL2 rounded edges in OpenSCAD |
|
0.6 | 0.8 | 2025-12-19T17:31:54.904077+00:00 | 2025-12-19T17:31:54.904077+00:00 |
Added BOSL2 library to OpenSCAD project for rounded plate edges. Key: include <BOSL2/std.scad>, then use cuboid() with rounding parameter and edges='Z' for vertical edges only. anchor=FRONT+LEFT+BOTTOM matches cube() positioning. Install BOSL2 via: git clone https://github.com/BelfrySCAD/BOSL2.git ~/.local/share/OpenSCAD/libraries/BOSL2