chiark / gitweb /
sewing-table: NewArm: extrude, to make 3d
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2017 18:56:23 +0000 (19:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2017 18:56:23 +0000 (19:56 +0100)
sewing-table.scad.m4

index cb65516c0b1810b6c900b4bc63c60ad96bd72076..008e18537c07ab0d9b575beaf10b7b34cd146b5f 100644 (file)
@@ -516,12 +516,14 @@ module Machine_NewEndProfileDemo(){ ////toplevel
 }
 
 module Machine_NewArm(){
-  translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop,
-                         (-cutout_tile01_y + cutout_tile11_y)/2 ]){
-    rotate(-90){
-      hull(){
-       for (d=[0,200]) 
-         translate([0,d]) Machine_NewEndProfile();
+  translate([0,0,-30]) linear_extrude(height=60) {
+    translate(tile01_tr + [ -cutout_l_end_x + cutout_l_end_new_x_slop,
+                           (-cutout_tile01_y + cutout_tile11_y)/2 ]){
+      rotate(-90){
+       hull(){
+         for (d=[0,200]) 
+           translate([0,d]) Machine_NewEndProfile();
+       }
       }
     }
   }