chiark / gitweb /
Revert "sewing-table: FOR REVERT: shorten tongue/groove for round edge"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:53:55 +0000 (15:53 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:53:55 +0000 (15:53 +0000)
Actually we want to extend through some of the round

This reverts commit 00c389cec126d9eb193a44797465c874d6dd0692.

sewing-table.scad.m4

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