claude-memory/graph/solutions/bosl2-rounded-edges-in-openscad-ce1970.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

621 B

id type title tags importance confidence created updated
ce197030-60a0-44b0-bd38-41f184b6788f solution BOSL2 rounded edges in OpenSCAD
openscad
bosl2
3d-printing
parametric-design
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