Solid.writeSTL()

Node-only helper that writes the current solid to an ASCII STL file on disk.

Usage

javascript
await solid.writeSTL('out/part.stl', 'part', 6);

This throws in browser environments.