Overview
This project demonstrates how to use OpenSCAD to create 3D models
with text labels that wrap around a corner. While OpenSCAD does not currently support
obtaining the width of a label via font metrics (common to
Java and other programming languages), the text width and height
are constrainable via the resize() module.