chiark / gitweb /
adafruit-powerboost: wip common
[reprap-play.git] / adafruit-powerboost-500.scad
index a6e2203cafb424d189170e36442a41f4f7c77ea5..09bf4fa7e70c7c075c9f70679c8014caed8f07db 100644 (file)
@@ -60,11 +60,3 @@ module PsuLedWindowsPlanCore(){
       square(center=true, [psu_baffle_th[1], psu_sz[1]]);;
   }
 }
-
-module PsuLedWindowsPlan(){
-  difference(){
-    PsuLedWindowsPlanCore();
-    PsuLedBafflePlan();
-  }
-}
-