From: Ian Jackson Date: Fri, 30 Dec 2016 15:58:39 +0000 (+0000) Subject: sewing-table: RoundEdge could not cope with identical posts, bodge it X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=2c08232e3da39b5feac70a3c72f5ff01283d1b6c sewing-table: RoundEdge could not cope with identical posts, bodge it --- 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]); }