mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-09 15:49:44 +00:00
CI: Disable flags which require a beta version of OpenSCAD
This commit is contained in:
parent
ea976db7e7
commit
df9b7e5262
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ class OpenScadRunner:
|
||||||
|
|
||||||
common_arguments = [
|
common_arguments = [
|
||||||
#'--hardwarnings', // Does not work when setting variables by using functions
|
#'--hardwarnings', // Does not work when setting variables by using functions
|
||||||
'--enable=fast-csg',
|
#'--enable=fast-csg', // Requires Beta version of OpenSCAD
|
||||||
'--enable=predictible-output',
|
#'--enable=predictible-output', // Requires Beta version of OpenSCAD
|
||||||
'--imgsize=1280,720',
|
'--imgsize=1280,720',
|
||||||
'--view=axes',
|
'--view=axes',
|
||||||
'--projection=ortho',
|
'--projection=ortho',
|
||||||
|
|
Loading…
Reference in a new issue