Convert .STL files into a .SCAD module with ease!
Go to file
2020-04-29 02:26:10 -07:00
js move javascript to js folder 2020-04-28 04:42:50 -07:00
.gitattributes Initial commit 2020-04-28 04:00:09 -07:00
README.md Update README.md 2020-04-29 02:26:10 -07:00
STL-to-OpenSCAD converter.html Update STL-to-OpenSCAD converter.html 2020-04-29 02:21:43 -07:00
style.css Add button styling 2020-04-29 02:21:55 -07:00

STL to OpenSCAD Converter (work in progress)

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

need to add css styling to make it look better

based on

STL to OpenSCAD Converter http://jsfiddle.net/roha/353r2k8w/embedded/result/ From: https://www.thingiverse.com/thing:1383325

Added file verification, styling, fixed typos, updated jquery version, included all references properly, optimized code, 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, then copy and paste each module to your main SCAD file.