From: Ian Jackson Date: Thu, 25 May 2017 00:32:59 +0000 (+0100) Subject: sewing-table: fix post calculation (nfc for Tile10, bugfix for Tile00 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e109b07a4141973b8174b897f27957afa0cb9a1f sewing-table: fix post calculation (nfc for Tile10, bugfix for Tile00 --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 37b46b6..e4ead97 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -621,7 +621,7 @@ module Tile10(){ ////toplevel cty = cutout_tile11_y; rcy = cty + rearcurve_avoid_y; posts = [ cnr_posts[0] + [ 0, cty ], - cnr_posts[1] + [ -sz[1] + rearedge_len - cutout_l_end_x, cty ], + cnr_posts[1] + [ -sz[0] + rearedge_len - cutout_l_end_x, cty ], cnr_posts[1] + [ 0, rcy ], cnr_posts[2], cnr_posts[3] ]; @@ -650,7 +650,7 @@ module Tile00(){ ////toplevel posts = [ cnr_posts[0], cnr_posts[1], cnr_posts[2] + [ 0, -rcy ], - cnr_posts[2] + [ -sz[1] + rearedge_len - cutout_l_end_x, -cty ], + cnr_posts[2] + [ -sz[0] + rearedge_len - cutout_l_end_x, -cty ], cnr_posts[3] + [ 0, -cty ] ]; rcs = [R_EDGE(c,1)];