chiark / gitweb /
poster-tube-lid: WallMountForBase wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 10:59:34 +0000 (11:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 10:59:34 +0000 (11:59 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad

index b9b7f91f1ff0140d3b17949e8f8ff47fc66c5105..37b1920a02c000feecbc40e8ec211177da09fd8b 100644 (file)
@@ -655,12 +655,16 @@ module WallMount(){ ////toplevel
 }
 
 module WallMountBaseMounts(){
-  linextr(0, 20) {
-    difference(){
-      translate([ wmb_x_screw, wmb_y_screw_end ])
-       rotate(45)
-       square(10, center=true);
-      circle(r = wmb_mount_cut_rad);
+  for (my=[0,1]) {
+    mirror([0, my, 0]) {
+      linextr(0, 20) {
+       difference(){
+         translate([ wmb_x_screw, wmb_y_screw_end ])
+           rotate(45)
+           square(10, center=true);
+         circle(r = wmb_mount_cut_rad);
+       }
+      }
     }
   }
 }