STL-to-OpenSCAD-Converter/README.md

16 lines
688 B
Markdown
Raw Normal View History

2020-06-16 10:48:29 +02:00
# STL to OpenSCAD Converter
2020-04-29 11:26:10 +02:00
2020-04-28 13:48:25 +02:00
This tool allows you to convert .STLs to .SCADs with ease.
2020-04-28 13:00:09 +02:00
2020-04-28 13:39:40 +02:00
based on
STL to OpenSCAD Converter
http://jsfiddle.net/roha/353r2k8w/embedded/result/
From:
2020-04-28 13:48:25 +02:00
https://www.thingiverse.com/thing:1383325
2020-06-19 19:50:34 +02:00
Added file verification, styling, fixed typos, updated jquery, included all references properly, optimized code, removed deprecated references
2020-04-28 13:48:25 +02:00
Thingiverse use case:
2020-04-29 11:26:10 +02:00
2020-04-28 13:48:25 +02:00
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, then copy and paste each module to your main SCAD file.