From: Ian Jackson Date: Sun, 21 May 2017 22:58:20 +0000 (+0100) Subject: sewing-table: Tile11 seems good! X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=2556cea96ba503c5a5e571b5a6b1a2ef5b5e403b;p=reprap-play.git sewing-table: Tile11 seems good! --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 7e5fea9..08d959e 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -327,7 +327,7 @@ module Machine_Arm(){ intersection(){ translate([-100, -ysz/2]) square([400, ysz]); - translate([ endrad - cutout_l_end_y - cutout_l_end_x_slop, 0 ]) + translate([ endrad - cutout_tile11_x - cutout_l_end_x_slop, 0 ]) circle(r=endrad, $fa=0.01,$fd=5); } } @@ -403,6 +403,9 @@ module Tile12(){ ////toplevel RoundCornerAdd(rcs); } +tile_01_11_cnr = [250, 0] + [-cutout_tile11_x, 0]; +tile_11_10_cnr = [250, 0] + [0, cutout_tile11_y]; + module Tile11(){ ////toplevel sz = [250,250]; c0 = [0,0]; @@ -423,7 +426,8 @@ module Tile11(){ ////toplevel InterlockEdge(R_EDGE(c,3)); } Machine(); - InterlockEdge(R_EDGE(c,0), 1); + InterlockEdge(c[0], tile_01_11_cnr, 1); + InterlockEdge(tile_11_10_cnr, c[2], 1); } }