Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSCAD: Auto-generate release bundle (STL files) and render PNGs #27

Closed
opatut opened this issue Jan 7, 2022 · 2 comments
Closed
Assignees

Comments

@opatut
Copy link
Member

opatut commented Jan 7, 2022

We could configure (for the openscad branch) a GitHub Workflow that renders the STLs and a bunch of images as PNGs. Maybe we can even embed the PNGs in the readme then to show which parts are which. The STLs should be downloadable as a zip archive.

@gluap
Copy link
Contributor

gluap commented Feb 28, 2022

One change I recently added that would be helpful for this workflow is that now the vertices in all stl files are sorted. I believe that this allows to have reproducible stl files - hence only changed geometry yields a changed stl.

@gluap gluap self-assigned this Feb 28, 2022
@gluap
Copy link
Contributor

gluap commented Apr 10, 2022

I added a github workflow that bilds the STLs, creates a draft release with a zip of the stls and automatically commits the pngs to the repo (so they are in the usual location). If required we can easily modify it to fix the issue. Adding an auto-commit for the stls would also be possible but with repo size in mind I think we should go the other direction and stop serving stls via git altogether.

@gluap gluap closed this as completed Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants