properly name the horiz. stripe windowed frame pieces
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
2bbf69d9a0
commit
0ac3e8433f
@ -12,7 +12,7 @@ module front_stripe() {
|
|||||||
cube([frame_x-(frame_mount_column_width*1.75)*2, frame_wall, 6], center=true);
|
cube([frame_x-(frame_mount_column_width*1.75)*2, frame_wall, 6], center=true);
|
||||||
}
|
}
|
||||||
|
|
||||||
module windowed_front_or_back_box_frame_piece() {
|
module horiz_striped_windowed_front_or_back_box_frame_piece() {
|
||||||
difference() {
|
difference() {
|
||||||
front_or_back_box_frame_piece();
|
front_or_back_box_frame_piece();
|
||||||
// subtract frame wall windows
|
// subtract frame wall windows
|
||||||
@ -26,4 +26,4 @@ module windowed_front_or_back_box_frame_piece() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
windowed_front_or_back_box_frame_piece();
|
horiz_striped_windowed_front_or_back_box_frame_piece();
|
||||||
|
@ -12,7 +12,7 @@ module side_stripe() {
|
|||||||
cube([frame_wall, frame_y-(frame_mount_column_width*1.75)*2, 6], center=true);
|
cube([frame_wall, frame_y-(frame_mount_column_width*1.75)*2, 6], center=true);
|
||||||
}
|
}
|
||||||
|
|
||||||
module windowed_side_box_frame_piece() {
|
module horiz_striped_windowed_side_box_frame_piece() {
|
||||||
difference() {
|
difference() {
|
||||||
side_box_frame_piece();
|
side_box_frame_piece();
|
||||||
// subtract frame wall windows
|
// subtract frame wall windows
|
||||||
@ -26,4 +26,4 @@ module windowed_side_box_frame_piece() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
windowed_side_box_frame_piece();
|
horiz_striped_windowed_side_box_frame_piece();
|
||||||
|
Loading…
Reference in New Issue
Block a user