We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49718cc commit ac779c7Copy full SHA for ac779c7
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
sudo apt-get update
47
sudo apt-get install openscad
48
+ sudo apt-get install xvfb
49
50
- name: OpenSCAD Build Information
51
run: openscad --info
tests/openscad_runner.py
@@ -117,7 +117,7 @@ class OpenScadRunner:
117
#'--hardwarnings', # Does not work when setting variables by using functions
118
#'--enable=fast-csg', # Requires Beta version of OpenSCAD
119
#'--enable=predictible-output', # Requires Beta version of OpenSCAD
120
- '--render=true' # Required on headless systems
+ #'--render=true' # Fully render geometry for images, instead of using fast preview mode.
121
'--imgsize=1280,720',
122
'--view=axes',
123
'--projection=ortho',
0 commit comments