chiark / gitweb /
sewing-table: get sense of cutout_l_end_new_x_slop right
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2017 19:56:03 +0000 (20:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2017 19:56:03 +0000 (20:56 +0100)
sewing-table.scad.m4

index dbd3d21b49e878dbeaf155e2519d4f7bc36a8148..a5acff3b1ecc78732f2e5dbe05a39153266c453a 100644 (file)
@@ -39,7 +39,7 @@ 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;
+cutout_l_end_new_x_slop = 1.4;
 cutout_l_end_y_total = cutout_l_end_y
   + cutout_l_end_y_front_slop + cutout_l_end_y_rear_slop;
 
@@ -518,7 +518,7 @@ module Machine_NewEndProfileDemo(){ ////toplevel
 
 module Machine_NewArm(){
   translate([0,0,-30]) linear_extrude(height=60) {
-    translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop,
+    translate(tile01_tr + [ -cutout_l_end_x - cutout_l_end_new_x_slop,
                            (-cutout_tile01_y + cutout_tile11_y)/2 ]){
       rotate(-90){
        hull(){