From 52d0b42faa8afab4d9a5a3b73e57c4e0858b8cfe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jun 2017 19:49:34 +0100 Subject: [PATCH] sewing-table: Prep for replace arm: replace uses of cutout_tile11_x with cutout_l_end_x These are all for posts and the Envelope, so changing it by 1mm is fine --- sewing-table.scad.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 74aea12..bed22ea 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -609,7 +609,7 @@ module Machine(){ ////toplevel module MachineEnvelope(){ // used for testing - p_arm_bl = [-cutout_tile11_x, -cutout_tile01_y]; + p_arm_bl = [-cutout_l_end_x, -cutout_tile01_y]; y_arm_t = cutout_tile11_y; p_crv_fl = p_arm_bl + [rearedge_len, -frontcurve_avoid_y]; y_crv_b = y_arm_t + rearcurve_avoid_y; @@ -678,7 +678,7 @@ module Tile12(){ ////toplevel RoundCornerAdd(rcs); } -tile_01_11_cnr = tile01_tr + [-cutout_tile11_x, 0]; +tile_01_11_cnr = tile01_tr + [-cutout_l_end_x, 0]; tile_11_10_cnr = tile01_tr + [0, cutout_tile11_y]; tile_01_00_cnr = tile01_tr - [0, cutout_tile01_y]; @@ -689,7 +689,7 @@ module Tile11(){ ////toplevel cnr_posts = Rectangle_corners2posts(c); posts = concat( Posts_interpolate_one(cnr_posts[0], - cnr_posts[1] - [cutout_tile11_x, 0]), + cnr_posts[1] - [cutout_l_end_x, 0]), [ cnr_posts[1] + [0, cutout_tile11_y], cnr_posts[2], cnr_posts[3] @@ -715,7 +715,7 @@ module Tile01(){ ////toplevel posts = concat( Posts_interpolate_one(R_EDGE(cnr_posts,0)), [ cnr_posts[2] + [0, -cutout_tile01_y] ], - Posts_interpolate_one(cnr_posts[2] - [cutout_tile11_x, 0], + Posts_interpolate_one(cnr_posts[2] - [cutout_l_end_x, 0], cnr_posts[3]) ); difference(){ -- 2.30.2