Add room wall for Eri's room
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
bd230d437d
commit
49d1c65af6
@ -39,6 +39,8 @@ house_length = hall_length_extra_office_jacob + hall_length + frame_depth +
|
|||||||
livingroom_length_kitchen
|
livingroom_length_kitchen
|
||||||
;
|
;
|
||||||
|
|
||||||
|
eri_room_width = 2450;
|
||||||
|
|
||||||
// End Dimensions
|
// End Dimensions
|
||||||
|
|
||||||
// Global floor
|
// Global floor
|
||||||
@ -104,6 +106,8 @@ rectangle(
|
|||||||
"orange"
|
"orange"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
translate([house_width - eri_room_width, frame_depth / 2, 0]) cube([5, livingroom_length_back, house_height]);
|
||||||
|
|
||||||
// Bathroom
|
// Bathroom
|
||||||
rectangle(
|
rectangle(
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user