chiark / gitweb /
adafruit-powerboost: wip common
[reprap-play.git] / adafruit-powerboost-common.scad
index 555768b15f28f96ac8b72fa0977d3ac080bbfa7d..dc16c8ed0e7069a83f94ff030a34be622d05eba2 100644 (file)
@@ -134,6 +134,13 @@ module PsuClamp(){ ////toplevel
   }
 }
 
+module PsuLedWindowsPlan(){
+  difference(){
+    PsuLedWindowsPlanCore();
+    PsuLedBafflePlan();
+  }
+}
+
 module PsuMountDemo(ceil = 2.5) { ////toplevel
   translate([0, psu_y, psu_z]) {
     PsuMountPositive();