Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan authored and flat35hd99 committed Jul 25, 2022
1 parent 28b7ade commit d57593a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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.

```yaml
runs-on: ubuntu-latest
Expand All @@ -27,6 +28,7 @@ You can use built file like:
with:
name: built_stl
path: test.stl
options: "-D var=value -hardwarnings"
```

This action use [OpenSCAD CLI](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_OpenSCAD_in_a_command_line_environment).

0 comments on commit d57593a

Please sign in to comment.