Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 207 Bytes

File metadata and controls

11 lines (7 loc) · 207 Bytes

Solid.writeSTL()

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

Usage

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

This throws in browser environments.