chiark / gitweb /
sleepphone-cable-box: from v1, fix stalk base
[reprap-play.git] / sleepphone-cable-box.scad
index 321146affcb377aec58f1ca9dfd4e4f5d03db064..385b678dbf368c08e7c11795d267a28f78548eb7 100644 (file)
@@ -23,7 +23,7 @@ led_dia = 4.4;
 plug_maxw = 10.95 + 0.35;
 plug_minw=   6.53 + 0.35;
 plug_sllen=  6.50;
-plug_totlen = 84.90; // to maxw, including phone
+plug_totlen = 84.90 - 1.5; // to maxw, including phone
 
 plug_h = 6.5;
 plug_tooth_h = 0.5;
@@ -107,7 +107,7 @@ module PlugKeeperStalkProfile(){
   hull(){
     for (m=[0,1]) mirror([0,m,0]) PlugKeeperProfileHalf();
     translate([ plugkeeper_x_maxw + keeper_stalk_len, 0,0 ])
-      square([ 0.1, keeper_stalk_basewidth/2 ], center=true);
+      square([ 0.1, keeper_stalk_basewidth ], center=true);
   }
 }
 
@@ -145,6 +145,7 @@ module Box(){
   PlugKeeper();
 }
 
-//MainProfileInner();
+//MainProfileInnerHalf();
+//MainProfile();
 Box();