Convert .STL files into a .SCAD module with ease!
Go to file
Ravi 99726059b5
Improve rendering and performance - merging #1 from raffaeler/master
Formatting exported file with group of 3 vertices/triangles
2024-02-27 03:11:51 -08:00
.github Create FUNDING.yml 2020-06-16 01:38:17 -07:00
js Update arrangement of post-conversion information 2023-03-31 02:19:28 -07:00
.gitattributes Initial commit 2020-04-28 04:00:09 -07:00
index.html Update arrangement of post-conversion information 2023-03-31 02:19:28 -07:00
README.md Update README.md 2022-06-07 14:50:38 -07:00
style.css 🎨 Clean up site 2022-06-24 00:54:19 -04:00

STL to OpenSCAD Converter

Tip Me via PayPal

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

I based this on STL to OpenSCAD Converter from https://www.thingiverse.com/thing:1383325 but it had a lot of issues, so I added file verification, styling, fixed typos, updated dependencies, included all the references properly, fixed the errors, and removed deprecated code.

Thingiverse use case:

In OpenSCAD you can use import(example.stl) to import an STL. However, Thingiverse Customizer doesn't support the import command, as it requires that everything resides in one .scad file. With this tool, you can convert all your STLs into OpenSCAD modules, copy and paste each module into one big SCAD file, and call the module instead of using import().

If you use this please show it some love on Thingiverse: https://www.thingiverse.com/thing:4461877 or give the repo a star :)