chiark / gitweb /
sewing-table: FOR REVERT: shorten tongue/groove for round edge
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:53:47 +0000 (15:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:53:47 +0000 (15:53 +0000)
sewing-table.scad.m4

index 5a6aec036ea8e4c6841387de5f815e4e600e37e6..41155efd792fd8c34ad0ca12a24fce0cd2859335 100644 (file)
@@ -160,7 +160,8 @@ module InterlockEdgePlan(negative, nlobes, length, dosquare=true) {
 
   if (dosquare) {
     iadj = 0;
-    slotshorter = negative ? 0 : interlock_fine_lenslop;
+    slotshorter = round_edge_rad + 0.1
+      + (negative ? 0 : interlock_fine_lenslop);
     mirror([0, negative])
       translate([slotshorter, iadj])
       square([length - slotshorter*2, interlock_fine + iadj*2]);