mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +00:00
Use newer openscad version
This commit is contained in:
parent
58cdf63f9f
commit
86e89e5837
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build-stls.yml
vendored
10
.github/workflows/build-stls.yml
vendored
|
@ -14,26 +14,26 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- name: Generate Case
|
||||
uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
with:
|
||||
input-file: 'hardware/case/case.scad'
|
||||
output-file: 'case.stl'
|
||||
- name: Generate Buttons
|
||||
uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
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: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
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 Inlay
|
||||
uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606
|
||||
- name: Generate Light Blockers
|
||||
uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3
|
||||
with:
|
||||
input-file: 'hardware/case/buttons.scad'
|
||||
output-file: 'buttons-black-blockers.stl'
|
||||
|
|
Loading…
Reference in a new issue