mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Actually use nightly version of openscad
This commit is contained in:
parent
86e89e5837
commit
4ebd302598
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-stls.yml
vendored
8
.github/workflows/build-stls.yml
vendored
|
@ -14,26 +14,26 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- name: Generate Case
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
uses: jhbruhn/openscad-build-action@main
|
||||
with:
|
||||
input-file: 'hardware/case/case.scad'
|
||||
output-file: 'case.stl'
|
||||
- name: Generate Buttons
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
uses: jhbruhn/openscad-build-action@main
|
||||
with:
|
||||
input-file: 'hardware/case/buttons.scad'
|
||||
output-file: 'buttons.stl'
|
||||
customizer-parameter-file: 'hardware/case/buttons.json'
|
||||
customizer-parameter-set: 'Buttons'
|
||||
- name: Generate Inlay
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
uses: jhbruhn/openscad-build-action@main
|
||||
with:
|
||||
input-file: 'hardware/case/buttons.scad'
|
||||
output-file: 'buttons-tpu-inlay.stl'
|
||||
customizer-parameter-file: 'hardware/case/buttons.json'
|
||||
customizer-parameter-set: 'Inlay'
|
||||
- name: Generate Light Blockers
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
uses: jhbruhn/openscad-build-action@main
|
||||
with:
|
||||
input-file: 'hardware/case/buttons.scad'
|
||||
output-file: 'buttons-black-blockers.stl'
|
||||
|
|
Loading…
Reference in a new issue