From 00c389cec126d9eb193a44797465c874d6dd0692 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jan 2017 15:53:47 +0000 Subject: [PATCH 1/1] sewing-table: FOR REVERT: shorten tongue/groove for round edge --- sewing-table.scad.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 5a6aec0..41155ef 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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]); -- 2.30.2