cut the horiz. stripes down to 5 to try to get them to print better
squeezing 6 in made the structure pretty stringy and unsatisfying to handle, this should be better Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
f509b8df80
commit
e29d9e6180
@ -16,12 +16,11 @@ 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
|
||||||
translate([0, -(frame_y-frame_wall)/2, 17.5]) front_stripe();
|
translate([0, -(frame_y-frame_wall)/2, 18]) front_stripe();
|
||||||
translate([0, -(frame_y-frame_wall)/2, 10.5]) front_stripe();
|
translate([0, -(frame_y-frame_wall)/2, 9]) front_stripe();
|
||||||
translate([0, -(frame_y-frame_wall)/2, 3.5]) front_stripe();
|
translate([0, -(frame_y-frame_wall)/2, 0]) front_stripe();
|
||||||
translate([0, -(frame_y-frame_wall)/2, -3.5]) front_stripe();
|
translate([0, -(frame_y-frame_wall)/2, -9]) front_stripe();
|
||||||
translate([0, -(frame_y-frame_wall)/2, -10.5]) front_stripe();
|
translate([0, -(frame_y-frame_wall)/2, -18]) front_stripe();
|
||||||
translate([0, -(frame_y-frame_wall)/2, -17.5]) front_stripe();
|
|
||||||
// subtract the inner wall area that will be provided by the other piece
|
// subtract the inner wall area that will be provided by the other piece
|
||||||
front_or_back_inner_wall_frame_piece();
|
front_or_back_inner_wall_frame_piece();
|
||||||
}
|
}
|
||||||
|
@ -16,12 +16,11 @@ 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
|
||||||
translate([-(frame_x-frame_wall)/2, 0, 17.5]) side_stripe();
|
translate([-(frame_x-frame_wall)/2, 0, 18]) side_stripe();
|
||||||
translate([-(frame_x-frame_wall)/2, 0, 10.5]) side_stripe();
|
translate([-(frame_x-frame_wall)/2, 0, 9]) side_stripe();
|
||||||
translate([-(frame_x-frame_wall)/2, 0, 3.5]) side_stripe();
|
translate([-(frame_x-frame_wall)/2, 0, 0]) side_stripe();
|
||||||
translate([-(frame_x-frame_wall)/2, 0, -3.5]) side_stripe();
|
translate([-(frame_x-frame_wall)/2, 0, -9]) side_stripe();
|
||||||
translate([-(frame_x-frame_wall)/2, 0, -10.5]) side_stripe();
|
translate([-(frame_x-frame_wall)/2, 0, -18]) side_stripe();
|
||||||
translate([-(frame_x-frame_wall)/2, 0, -17.5]) side_stripe();
|
|
||||||
// subtract the inner wall area that will be provided by the other piece
|
// subtract the inner wall area that will be provided by the other piece
|
||||||
side_inner_wall_frame_piece();
|
side_inner_wall_frame_piece();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user