Skip to content

Changing resolution? #30

@edmundsj

Description

@edmundsj

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

$fa=0.4;
$fs=1;

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions