chiark / gitweb /
adafruit-powerboost: demo, make window cutouts
[reprap-play.git] / adafruit-powerboost-common.scad
index 2c462ab82124e0998e6804ee8fb7ea5f0107275c..a7d29f29d1a293c36495027b7f17bb1a694eb55e 100644 (file)
@@ -157,7 +157,11 @@ module PsuLedWindowsPlan(){
 
 module PsuMountDemo(ceil = 2.5) { ////toplevel
   translate([0, psu_y, psu_z]) {
-    PsuMountPositive();
+    difference(){
+      PsuMountPositive();
+      linextr(-20, 0.1)
+       PsuLedWindowsPlan();
+    }
     %PsuMountNegative();
     color("yellow") translate([0,0, -psu_z - ceil])
       linear_extrude(height=0.4, convexity=10)