From: Ian Jackson Date: Mon, 2 Jan 2017 15:53:47 +0000 (+0000) Subject: sewing-table: FOR REVERT: shorten tongue/groove for round edge X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=00c389cec126d9eb193a44797465c874d6dd0692 sewing-table: FOR REVERT: shorten tongue/groove for round edge --- 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]);