diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-11-21 15:13:52 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-11-21 15:13:52 +0100 |
commit | 871a8d65f0d92929f64b5feca51b892307bebca9 (patch) | |
tree | 10a8c4ece76530618c573cec80a0e25d047768f5 /keyboard-spacer.scad |
Initial commit
Diffstat (limited to 'keyboard-spacer.scad')
-rw-r--r-- | keyboard-spacer.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard-spacer.scad b/keyboard-spacer.scad new file mode 100644 index 0000000..aa6c36c --- /dev/null +++ b/keyboard-spacer.scad @@ -0,0 +1,3 @@ +// All dimensions are assumed to be given in millimeters + +cube([20, 2, 2]); |