diff options
Diffstat (limited to 'RecordHolder/record_holder.scad')
-rw-r--r-- | RecordHolder/record_holder.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RecordHolder/record_holder.scad b/RecordHolder/record_holder.scad index ad3b945..b660558 100644 --- a/RecordHolder/record_holder.scad +++ b/RecordHolder/record_holder.scad @@ -10,6 +10,8 @@ thickness = 6; $fn = $preview ? 10 : 100; +rotate([0,0,180]) { + // Main Body cube([length, 10, 20]); @@ -31,4 +33,6 @@ translate([0, thickness, thickness]) { } } } +} + }
\ No newline at end of file |