chiark / gitweb /
fairphone-case: for revert: LidEdgeFoldClearanceProfile
[reprap-play.git] / sewing-table-jig.scad
index 9ef0aead63083d85898fb783478d7a0ae7bab1af..9302119bf3e7606d21640cf6bd8162759f6a9f91 100644 (file)
@@ -3,12 +3,12 @@ include <sewing-table.scad>
 
 JIG = true;
 
-tile_th=1.0;
+tile_th=0.8;
 interlock_dia=5;
 
 jig_pencil_rad = 1;
 jig_pencil_slotlen = 10;
-jig_min_th = 0.67;
+jig_min_th = 0.3;
 jig_post_hole_slop = 0.5;
 
 test_tile_th = -0.1;
@@ -17,3 +17,5 @@ test_edge = interlock_dia * 0.5 + interlock_fine + 2;
 round_edge_rad = tile_th/2;
 frontcurve_z_slop = 15;
 rearcurve_z_slop = 20;
+
+interlock_fine = tile_th/8;