Skip to content

Commit

Permalink
CI: Disable flags which require a beta version of OpenSCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorArthur committed Aug 4, 2024
1 parent ea976db commit df9b7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openscad_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit df9b7e5

Please sign in to comment.