|
@ -158,14 +158,11 @@ module roof1() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//color([0,0,1]) |
|
|
//color([0,0,1]) |
|
|
% difference() { |
|
|
difference() { |
|
|
base(80+10); |
|
|
base(80+10); |
|
|
translate([-50,-20,-30]) cube([250,20+56.8,150]); // subtract front |
|
|
translate([-50,-20,-30]) cube([250,20+56.8,150]); // subtract front |
|
|
|
|
|
translate([-50,-20,82]) cube([250,100,100]); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//color([1,0,0]) |
|
|
//color([1,0,0]) |
|
|
difference() { |
|
|
% roof1(); |
|
|
roof1(); |
|
|
|
|
|
translate([-50,56.8,-30]) cube([250,20,150]); // subtract back |
|
|
|
|
|
// ToDo: don't subtract back but make back side not as tall as it is now |
|
|
|
|
|
} |
|
|
|