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
|
|
This part can be used to fine-tune the tolerance for the used nuts which
have to fit tightly into a 3D-printed part.
|
|
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.
|
|
Having named files for these parts makes them more visible inside the
project. They used to be in the `common.scad` file which does not
explain anything by its name.
|
|
This should be more decoupled because it is not specific to soundbox. It
might be later extracted to a library repository.
|
|
The build system of this repository should be used from the repository
root. Subdirectories should only contain additional *.mk files which
will be included by the central Makefile.
This should allow to have dependencies between subdirectories if
required and easily allows to build everything.
|
|
This code used to be developed outside a Git repository. It is moved
here to support the development workflow by frequent commits.
|
|
This folder will contain mechanical design files for soundbox which is
protected by the strongly reciprocal CERN open hardware license.
|