chiark / gitweb /
filamentspool: Add commitid to StorageArm
[reprap-play.git] / filamentspool.scad
index 114f3d50a11b76dfc5d9244a1d7c48d7b4816327..be8104df1efdab67c9be2c37c1f7bc49647e0d73 100644 (file)
@@ -795,6 +795,9 @@ module StorageArmRight(){ ////toplevel
        cylinder(r= (storarm_screw_hole_head + storarm_screw_hole_head_slop)/2,
                 h=20);
     }
+    translate(base_xyz + [0, storarm_base_h/4, -storarm_base_w/4])
+      rotate([0,90,0])
+      Commitid_BestCount([storarm_base_w/2, storarm_base_h/2]);
   }
 }