diff --git a/README.md b/README.md index 19add57..1385e4e 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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. \ No newline at end of file