Skip to content

Build OpenSCAD project

Actions
Build .scad file on github actions
v1.4
Latest
Star (8)

eval openscad

OpenSCAD environment on github actions

Usage

Set scad_file and output_file with extension you want to build. If needed set options as openscad command line options.

runs-on: ubuntu-latest
steps:
  - name: Setup
    uses: actions/checkout@v2
  - name: Build stl file
    uses: flat35hd99/[email protected]
    with:
      scad_file: test/test.scad
      output_file: test.stl

This workflow create test.stl file at working directory.

You can use built file like:

- name: Upload stl file as artifact
  uses: actions/upload-artifact@v2
  with:
    name: built_stl
    path: test.stl
    options: "-D var=value -hardwarnings"

This action use OpenSCAD CLI.

Build OpenSCAD project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Build .scad file on github actions
v1.4
Latest

Build OpenSCAD project is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.