From 2c08232e3da39b5feac70a3c72f5ff01283d1b6c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 Dec 2016 15:58:39 +0000 Subject: [PATCH] sewing-table: RoundEdge could not cope with identical posts, bodge it --- sewing-table.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sewing-table.scad b/sewing-table.scad index 4913575..4d27528 100644 --- a/sewing-table.scad +++ b/sewing-table.scad @@ -87,7 +87,7 @@ module TestPiece1(){ %TileBase(holes[0], holes[1]); Posts(holes); RoundEdge(holes[0], holes[1]); - RoundEdge(holes[0] + [ 0, 10 ], holes[0]); + RoundEdge(holes[0] + [ 0, 0.1 ], holes[0]); RoundLeftCorner(holes[0], holes[1]); } -- 2.30.2