From d966533a620dcfd35e9aebd199212fcbba6ba83c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jan 2017 15:53:55 +0000 Subject: [PATCH] Revert "sewing-table: FOR REVERT: shorten tongue/groove for round edge" Actually we want to extend through some of the round This reverts commit 00c389cec126d9eb193a44797465c874d6dd0692. --- sewing-table.scad.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 41155ef..5a6aec0 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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]); -- 2.30.2