diff options
author | xengineering <me@xengineering.eu> | 2023-12-23 16:57:42 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-02 14:24:06 +0100 |
commit | 5f0b6e8bf4285c9945bccc69dc23fa020a51fcea (patch) | |
tree | d3989714ccba6868f9eeea58515e90ed0da339ef /mech/bottom.scad | |
parent | ee5994c2b09272bd192e1c74ac56f6333ff1cc0b (diff) | |
download | soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.tar soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.tar.zst soundbox-5f0b6e8bf4285c9945bccc69dc23fa020a51fcea.zip |
mech: Rename common.scad to parameters.scad
The old name was not descriptive and now the file contains only
parameters.
Diffstat (limited to 'mech/bottom.scad')
-rw-r--r-- | mech/bottom.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mech/bottom.scad b/mech/bottom.scad index 195244f..03c2426 100644 --- a/mech/bottom.scad +++ b/mech/bottom.scad @@ -1,6 +1,6 @@ use <pcb_case/shell.scad> -include <common.scad> +include <parameters.scad> module bottom() { union () { |