diff options
-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 |