chiark / gitweb /
sewing-table: FitTest_EndEnd: wip
[reprap-play.git] / sewing-table.scad.m4
index cfe8211574bdb10820b3e782d2d95faeb945bb84..8364420c3aa167051eddace34466f421d9d7a763 100644 (file)
@@ -104,7 +104,7 @@ thehd_tl = [ -thehd_tr[0], thehd_tr[1] ];
 thehd_bl = -thehd_tr;
 thehd_br = -thehd_tl;
 
-tablet_z_slop = rearcurve_z_slop;
+tablet_z_slop = 0.25;
 
 interlock_rad = interlock_dia/2;
 interlock_negative_rad = interlock_rad + 0.125;
@@ -851,9 +851,9 @@ module FitTest_FrontCurve(){ ////toplevel
 }
 
 module FitTest_Entire(){ ////toplevel
-  p0 = [-40,-80];
-  szrear = [270,180];
-  szfront = [250,szrear[1]];
+  p0 = [-33,-80];
+  szrear = [263,180];
+  szfront = [243,szrear[1]];
   difference(){
     FitTest_general(p0, szrear, dobrace=true, bracexx=0);
     FitTest_PairLink(true);
@@ -873,6 +873,17 @@ module FitTest_EntireDemo(){ ////toplevel
   //%Tile00();
 }
 
+module FitTest_EndEnd(){ ////toplevel
+  p0 = [-35,-35];
+  sz = [190,120];
+  sz2 = [140,110];
+  intersection(){
+    FitTest_general(p0, sz);
+    %translate(concat(p0,[-10]))
+      cube(concat(sz2,[20]));
+  }
+}
+
 module FitTest_PairDemo(){ ////toplevel
   sh=[-90,-15,0];
   translate(sh){