chiark / gitweb /
adafruit-powerboost-common: fix legends -ve
[reprap-play.git] / adafruit-powerboost-common.scad
index c9489148855b1b79a80e98ea3da86eb14d6f8018..04dbd982a3e6a8cb67cf290e162fb84b5ddacdaf 100644 (file)
@@ -195,7 +195,6 @@ module PsuLedWindowsPlan(){
 module PsuFirstLayerNegative(ceil){
   translate([0, 0, -psu_z - ceil])
     linextr(-1, psu_initial_layer_thick)
-    offset(delta=psu_window_ledge + psu_multicolour_gap)
     children();
 }
 
@@ -203,11 +202,13 @@ module PsuMountWindowsNegative(ceil){
   linextr(-10, 0.1)
     PsuLedWindowsPlan();
   PsuFirstLayerNegative(ceil)
+    offset(delta= psu_window_ledge + psu_multicolour_gap)
     PsuLedWindowsPlan();
 }
 
 module PsuLedLegendsNegative(ceil){
   PsuFirstLayerNegative(ceil)
+    offset(delta= psu_multicolour_gap)
     PsuLedLegendsPlan();
 }