chiark / gitweb /
adafruit-powerboost: add clamp to demo
[reprap-play.git] / adafruit-powerboost-common.scad
index 7d25fc7c777ccd2e8d2603d32da51bc89f935c04..2f8eef688a5b43014422b3fe5a69a71e97b590e1 100644 (file)
@@ -168,6 +168,11 @@ module PsuMountDemo(ceil = 2.5) { ////toplevel
     color("yellow") translate([0,0, -psu_z - ceil])
       linear_extrude(height=0.4, convexity=10)
       PsuLedWindowsPlan();
+
+    translate([0, psu_board_nutbox_y, 10])
+      rotate([180,0,0])
+      rotate([0,0,-90])
+      PsuClamp();
   }
 }