mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-08 15:19:43 +00:00
ci: Fully render the geometry when creating images.
Required on headless systems.
This commit is contained in:
parent
df9b7e5262
commit
49718cccc2
1 changed files with 4 additions and 3 deletions
|
@ -114,9 +114,10 @@ class OpenScadRunner:
|
|||
TOP_ANGLE_CAMERA = CameraArguments(Vec3(0,0,0),Vec3(45,0,45),150)
|
||||
|
||||
common_arguments = [
|
||||
#'--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
|
||||
#'--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
|
||||
'--imgsize=1280,720',
|
||||
'--view=axes',
|
||||
'--projection=ortho',
|
||||
|
|
Loading…
Reference in a new issue