mirror of
https://github.com/raviriley/STL-to-OpenSCAD-Converter.git
synced 2024-11-07 07:43:59 +01:00
Update README.md
This commit is contained in:
parent
e73628eed1
commit
928ee8defc
@ -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.
|
Loading…
Reference in New Issue
Block a user