From 8a396cedd17a6d57ac0d1cc5f2d4cb6a584c389e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jun 2017 21:58:42 +0100 Subject: [PATCH] sewing-table: delete old Machine_Arm implementation, now unused --- sewing-table.scad.m4 | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 7d720ee..c4054f0 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -34,11 +34,9 @@ machine_rear_to_front = 84 + 0.25 - 1.4; cutout_l_end_y_front_slop = 0.5; cutout_l_end_y_rear_slop = 0.5; -cutout_l_end_x_slop = 0.25; cutout_l_end_x = 22; cutout_l_end_y = machine_rear_to_front; -cutout_l_end_curve = 1; cutout_l_end_new_x_slop = 1.4 - 1.95; cutout_l_end_y_total = cutout_l_end_y + cutout_l_end_y_front_slop + cutout_l_end_y_rear_slop; @@ -47,7 +45,6 @@ tile02_tr = [-250, 0]; tile01_tr = [ 0, 0]; cutout_tile01_y = 170 - 147 + cutout_l_end_y_front_slop; -cutout_tile11_x = cutout_l_end_x + cutout_l_end_curve; cutout_tile11_y = cutout_l_end_y_total - cutout_tile01_y; // front and rear curves @@ -411,24 +408,6 @@ module TestDemo(){ ////toplevel TestPiece2(); } -module Machine_Arm(){ - ysz = cutout_l_end_y_total; - // assume the round end is arc of a circle - chordlen = dist2d([0,0], [ cutout_l_end_y, cutout_l_end_curve ]); - endrad = cutout_l_end_y / cutout_l_end_curve * chordlen; - - translate([0,0,-30]) linear_extrude(height=60) { - translate(tile01_tr + [0, (-cutout_tile01_y + cutout_tile11_y)/2]) { - intersection(){ - translate([-50, -ysz/2]) - square([400, ysz]); - translate([ endrad - cutout_tile11_x - cutout_l_end_x_slop, 0 ]) - circle(r=endrad, $fa=0.01,$fd=5); - } - } - } -} - module Machine_NewRearProfile(){ // figures copied out of xfig edit boxes // best not to edit the posbox size if poss - just move it -- 2.30.2