Skip to content

tomfleet/STL-to-OpenSCAD-Converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

Convert .STL files into a .SCAD module with ease!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 14.3%
  • CSS 10.6%