chiark / gitweb /
sewing-table: RoundEdge could not cope with identical posts, bodge it
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 30 Dec 2016 15:58:39 +0000 (15:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 30 Dec 2016 15:58:39 +0000 (15:58 +0000)
sewing-table.scad

index 49135752c9c9cef99a53aeceb950f961b6397f0a..4d275286d03fa0ed66bd4108939d410739c17271 100644 (file)
@@ -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]);
 }