Skip to content

Commit

Permalink
ci: another pass at getting OpenSCAD working
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorArthur committed Aug 4, 2024
1 parent 49718cc commit ac779c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install openscad
sudo apt-get install xvfb
- name: OpenSCAD Build Information
run: openscad --info
Expand Down
2 changes: 1 addition & 1 deletion tests/openscad_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class OpenScadRunner:
#'--hardwarnings', # Does not work when setting variables by using functions
#'--enable=fast-csg', # Requires Beta version of OpenSCAD
#'--enable=predictible-output', # Requires Beta version of OpenSCAD
'--render=true' # Required on headless systems
#'--render=true' # Fully render geometry for images, instead of using fast preview mode.
'--imgsize=1280,720',
'--view=axes',
'--projection=ortho',
Expand Down

0 comments on commit ac779c7

Please sign in to comment.