Update README.md

This commit is contained in:
Ravi Riley 2020-04-28 04:48:25 -07:00
parent e73628eed1
commit 928ee8defc

View File

@ -1,6 +1,7 @@
# STL to OpenSCAD Converter
This tool allows you to convert .STLs to .SCADs with ease.
need to add styling to make it look better
need to add css styling to make it look better
based on
@ -8,4 +9,8 @@ STL to OpenSCAD Converter
http://jsfiddle.net/roha/353r2k8w/embedded/result/
From:
https://www.thingiverse.com/thing:1383325
https://www.thingiverse.com/thing:1383325
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.