### Install Waterman Library Source: https://github.com/sekenre/waterman/blob/main/README.md Clone the Waterman library into your OpenSCAD libraries folder to use it. ```bash cd /libraries/ git clone https://github.com/Sekenre/Waterman.git ``` -------------------------------- ### Basic Waterman Polyhedron Usage Source: https://github.com/sekenre/waterman/blob/main/README.md Use the `scaled_waterman` module to render a Waterman Polyhedron with a specified root. ```openscad use ; scale(10) scaled_waterman(6); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.