chiark / gitweb /
adafruit-powerboost: wip common
[reprap-play.git] / adafruit-powerboost-500.scad
index a6e2203cafb424d189170e36442a41f4f7c77ea5..f91389caf41e58947370924691413aa3ca2c7082 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C -*-
 
-psu_sz  = [ 21.7, 36.0 ] + [ 0.25, 0.25 ];
+psu_sz_nom = [ 21.59, 35.56 ];
 
+//// toplevels-from:
 include <adafruit-powerboost-common.scad>
 
 psu_hole_pos = [ 2.05, // from back edge of psu_sz[0]
@@ -60,11 +61,3 @@ module PsuLedWindowsPlanCore(){
       square(center=true, [psu_baffle_th[1], psu_sz[1]]);;
   }
 }
-
-module PsuLedWindowsPlan(){
-  difference(){
-    PsuLedWindowsPlanCore();
-    PsuLedBafflePlan();
-  }
-}
-