From: Ian Jackson Date: Fri, 30 Dec 2016 16:07:24 +0000 (+0000) Subject: sewing-table: before make refframe include X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=9f7bb77c7e07f088df77e04bbee193406cd89528 sewing-table: before make refframe include --- diff --git a/sewing-table.scad b/sewing-table.scad index e94ee12..0da937c 100644 --- a/sewing-table.scad +++ b/sewing-table.scad @@ -95,11 +95,18 @@ module RoundLeftCorner(this_post, right_post) { } } +module InterlockNegative(this_post, right_post) { +} + module TestPiece1(){ holes = [ [-100, 0], [ 0, 0] ]; - TileBase(holes[0], holes[1]); + difference(){ + TileBase(holes[0], holes[1]); + InterlockNegative(holes[1], holes[1] + [0,1]); + + } Posts(holes); RoundEdge(holes[0], holes[1]); RoundEdge(holes[0] + [ 0, 0.1 ], holes[0]);