Is there any way to introduce a command to change the resolution of the rendering in openscad? From their documentation, it basically amounts to putting a line that says
At the top of the source file. From their documentation $fa is the angular fragmetn (resolution in degrees) and $fs is the surface fragment (linear resolution) of a curved surface, in whatever linear units are used. There is also the argument $fn that can be passed as a keyword argument into a piece of geometry, which is the number of sides to be used, and overrides the general settings. I suggest adding "Angular resolution", "linear resolution", and "number of faces" both as properties of the main package and each object.
Is there any way to introduce a command to change the resolution of the rendering in openscad? From their documentation, it basically amounts to putting a line that says
At the top of the source file. From their documentation
$fais the angular fragmetn (resolution in degrees) and$fsis the surface fragment (linear resolution) of a curved surface, in whatever linear units are used. There is also the argument$fnthat can be passed as a keyword argument into a piece of geometry, which is the number of sides to be used, and overrides the general settings. I suggest adding "Angular resolution", "linear resolution", and "number of faces" both as properties of the main package and each object.