mirror of
				https://github.com/jhbruhn/butns.git
				synced 2025-11-01 03:46:01 +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: |         with: | ||||||
|           submodules: true |           submodules: true | ||||||
|       - name: Generate Case |       - name: Generate Case | ||||||
|         uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 |         uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 | ||||||
|         with: |         with: | ||||||
|           input-file: 'hardware/case/case.scad' |           input-file: 'hardware/case/case.scad' | ||||||
|           output-file: 'case.stl' |           output-file: 'case.stl' | ||||||
|       - name: Generate Buttons |       - name: Generate Buttons | ||||||
|         uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 |         uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 | ||||||
|         with: |         with: | ||||||
|           input-file: 'hardware/case/buttons.scad' |           input-file: 'hardware/case/buttons.scad' | ||||||
|           output-file: 'buttons.stl' |           output-file: 'buttons.stl' | ||||||
|           customizer-parameter-file: 'hardware/case/buttons.json' |           customizer-parameter-file: 'hardware/case/buttons.json' | ||||||
|           customizer-parameter-set: 'Buttons' |           customizer-parameter-set: 'Buttons' | ||||||
|       - name: Generate Inlay |       - name: Generate Inlay | ||||||
|         uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 |         uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 | ||||||
|         with: |         with: | ||||||
|           input-file: 'hardware/case/buttons.scad' |           input-file: 'hardware/case/buttons.scad' | ||||||
|           output-file: 'buttons-tpu-inlay.stl' |           output-file: 'buttons-tpu-inlay.stl' | ||||||
|           customizer-parameter-file: 'hardware/case/buttons.json' |           customizer-parameter-file: 'hardware/case/buttons.json' | ||||||
|           customizer-parameter-set: 'Inlay' |           customizer-parameter-set: 'Inlay' | ||||||
|       - name: Generate Inlay |       - name: Generate Light Blockers | ||||||
|         uses: pkoehlers/openscad-build-action@54267e4b137c716efa15a48bd53f743a23fea606 |         uses: gpmidi/openscad-build-action@157e7ff470cedf28c11f361941e7e12fffc339e3 | ||||||
|         with: |         with: | ||||||
|           input-file: 'hardware/case/buttons.scad' |           input-file: 'hardware/case/buttons.scad' | ||||||
|           output-file: 'buttons-black-blockers.stl' |           output-file: 'buttons-black-blockers.stl' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue