Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

flat35hd99/openscad-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/openscad-actions@v1.3
    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.

About

eval openscad command

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.