|
|
@@ -11,6 +11,8 @@ include <PopufareHousingBack.scad>
|
|
|
include <PopufareHousingInnerBack.scad>
|
|
|
include <PopufareHousingInnerTop.scad>
|
|
|
|
|
|
+include <PopufareHousingBackLipAttachment.scad>
|
|
|
+
|
|
|
spacing = 30;
|
|
|
|
|
|
dw = POPUFARE_HOUSING_WIDTH;
|
|
|
@@ -26,7 +28,9 @@ hh = POPUFARE_FRONT_HEIGHT;
|
|
|
hz = dz-hh;
|
|
|
|
|
|
|
|
|
-PopufareHousingBottomPlate();
|
|
|
+//PopufareHousingBottomPlate();
|
|
|
+translate([ 0, dz/2 + 30, 0])
|
|
|
+ PopufareHousingBackLipAttachmentPlate();
|
|
|
|
|
|
translate( [ -(dw/2 + spacing), 0, dh/2 + spacing ] ) rotate(-90, [0,1,0]) rotate(-90, [0,0,1])
|
|
|
PopufareHousingSideRightPlate();
|