chiark / gitweb /
sleepphone-cable-box: support trick, print orientation
[reprap-play.git] / sewing-table-jig.scad
index 984ec07a3827bbff3d515bd10532de8260e745df..9302119bf3e7606d21640cf6bd8162759f6a9f91 100644 (file)
@@ -1,5 +1,21 @@
 //// toplevels-from:sewing-table.scad
 include <sewing-table.scad>
+
 JIG = true;
-test_tile_th = 0.67;
+
+tile_th=0.8;
+interlock_dia=5;
+
+jig_pencil_rad = 1;
+jig_pencil_slotlen = 10;
+jig_min_th = 0.3;
+jig_post_hole_slop = 0.5;
+
+test_tile_th = -0.1;
+
 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;