Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
phone_button_z = 6.58;
minwall = 0.50;
+cutout_depth = 5;
+
button_dz = 1.35;
button_dy_outer = 28.42;
}
}
+module KeeperProjection(){
+ projection()
+ rotate([0,90,0])
+ linear_extrude(height= 20)
+ projection()
+ PlugKeeper();
+}
+
module Box(){
difference(){
BoxMain();
translate([ -0.1, ys * keeper_stalk_gap, -wall[2]*2])
linear_extrude(height = wall[2]*3)
PlugKeeperStalkProfile();
+
+ translate([ phone[0] - cutout_depth,
+ 0,
+ -10 ])
+ linear_extrude(height=50)
+ KeeperProjection();
}
PlugKeeper();
//MainProfileInnerHalf();
//MainProfile();
+//KeeperProjection();
Box();