mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-08 15:19:43 +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 = [
|
||||
#'--hardwarnings', // Does not work when setting variables by using functions
|
||||
'--enable=fast-csg',
|
||||
'--enable=predictible-output',
|
||||
#'--enable=fast-csg', // Requires Beta version of OpenSCAD
|
||||
#'--enable=predictible-output', // Requires Beta version of OpenSCAD
|
||||
'--imgsize=1280,720',
|
||||
'--view=axes',
|
||||
'--projection=ortho',
|
||||
|
|
Loading…
Reference in a new issue