Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raviriley/STL-to-OpenSCAD-Converter
Convert .STL files into a .SCAD module with ease!
https://github.com/raviriley/STL-to-OpenSCAD-Converter
Last synced: 8 days ago
JSON representation
Convert .STL files into a .SCAD module with ease!
- Host: GitHub
- URL: https://github.com/raviriley/STL-to-OpenSCAD-Converter
- Owner: raviriley
- Created: 2020-04-28T11:11:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T11:11:52.000Z (9 months ago)
- Last Synced: 2024-07-25T23:01:23.071Z (4 months ago)
- Language: JavaScript
- Homepage: https://raviriley.github.io/STL-to-OpenSCAD-Converter/
- Size: 137 KB
- Stars: 142
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [STL to OpenSCAD Converter](https://raviriley.github.io/STL-to-OpenSCAD-Converter/)
[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip_me-green?logo=paypal)](https://www.paypal.me/raviriley)
This tool allows you to convert .STLs to .SCADs with ease.
I based this on [STL to OpenSCAD Converter](http://jsfiddle.net/roha/353r2k8w/embedded/result/) 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 :)