chiark / gitweb /
digispark-with-cable: wip progress
[reprap-play.git] / startech-dell-usb-cable-retainer.scad
index 6925922bb62340f8a8e6fbda6371a1fa0e9cbb89..122f76c3740501987343c1f3397f50a45133f9aa 100644 (file)
@@ -7,12 +7,12 @@ body_height = 16.78 + 0.50;
 
 back_round_depth = 2.0;
 back_round_rad = 8.0;
-back_above_height = 3.0;
+back_above_height = 5.3;
 back_thick = 3.0;
 
 conn_thick = 6.42 + 2.25;
 wire_thick = 6.00 + 0.75;
-total_depth = 63.82 - 2.0;
+total_depth = 63.82 - 1.0;
 
 body_front_overlap = 3;
 
@@ -78,6 +78,10 @@ module Retainer(){
   }
 }
 
+module RetainerPrint(){
+  rotate([0,0,180]) Retainer();
+}
+
 //MainElevation();
 
-Retainer();
+RetainerPrint();