2020-06-26 17:16:54 -07:00
2020-06-16 01:38:17 -07:00
2020-04-28 04:00:09 -07:00
2020-06-19 10:50:31 -07:00
2020-06-26 17:16:54 -07:00
2020-06-16 01:21:17 -07:00

STL to OpenSCAD Converter

This tool allows you to convert .STLs to .SCADs with ease.

I based this on STL to OpenSCAD Converter from https://www.thingiverse.com/thing:1383325 but it had a lot of issues, so I added file verification, styling, fixed typos, updated dependencies, included all the references properly, optimized code, and removed deprecated references.

Thingiverse use case:

In OpenSCAD you can use import(example.stl) to import an STL. However, Thingiverse Customizer doesn't support the import command, and it requires that everything resides in one .scad file. With this tool, you can convert all your STLs to OpenSCAD modules, copy and paste each module into one big SCAD file, and call the module instead of using import().

Description
Convert .STL files into a .SCAD module with ease!
Readme 436 KiB
Languages
JavaScript 77.9%
HTML 15.2%
CSS 6.9%