Age | Commit message (Collapse) | Author |
|
According to the 'Mastering OpenSCAD' [1] book it is not recommended to
set these variables globally. They should be used as local as possible
and only if needed.
This rule makes sense to allow making the model as rough as possible and
only increase the detail level if required to reduce build times.
[1]: https://mastering-openscad.eu
|
|
The filename `common.scad` does not explain anything about its content.
With this commit the last part - rounded_cube - is moved to its own
file.
|
|
This should be more decoupled because it is not specific to soundbox. It
might be later extracted to a library repository.
|
|
This code used to be developed outside a Git repository. It is moved
here to support the development workflow by frequent commits.
|