diff options
author | Jan Huwald <jh@sotun.de> | 2014-02-04 14:24:39 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-02-04 14:24:39 (GMT) |
commit | 492f057621f29c9d5dbe29cfd8ce67928c6b9846 (patch) | |
tree | f9dda9e199495e7da71ccc1cec3dcb9cf9bc4ae6 | |
parent | 7d58abe41ab862a2a3f0dbf3a88680c113ddee1d (diff) |
add missing hdd.scad
-rw-r--r-- | hdd.scad | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hdd.scad b/hdd.scad new file mode 100644 index 0000000..b206cd4 --- /dev/null +++ b/hdd.scad @@ -0,0 +1,8 @@ +include <parameters.scad> + +module hdd() +{ + cube([hdd_width, hdd_length, hdd_height]); +} + +hdd();
\ No newline at end of file |