This tool allows you to convert .STLs to .SCADs with ease.
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 to OpenSCAD modules, copy and paste each module into one big SCAD file, and call the module instead of using import()
.
I used this to create the 3DVerkstan Faceshield Stacker Customizer.
If this is useful to you please give it a star on GitHub :)
example_input_3DBenchy.stl | 10.8MB | |
example_output_3DBenchy.scad | 42.0MB |