properly name the extended (not to bottom) side frame piece
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
f4c9c91d91
commit
2bbf69d9a0
@ -25,7 +25,7 @@ module side_frame_piece_extension() {
|
||||
}
|
||||
}
|
||||
|
||||
module extended_bottom_left_or_right_frame_piece() {
|
||||
module extended_left_or_right_frame_piece() {
|
||||
difference() {
|
||||
side_box_frame_piece();
|
||||
// chop off the old edge which is getting replaced with the extension
|
||||
@ -34,4 +34,4 @@ module extended_bottom_left_or_right_frame_piece() {
|
||||
translate([-frame_x/2+frame_bevel_height*2, 0, 0]) rotate([0, -90, 0]) side_frame_piece_extension();
|
||||
}
|
||||
|
||||
extended_bottom_left_or_right_frame_piece();
|
||||
extended_left_or_right_frame_piece();
|
||||
|
Loading…
Reference in New Issue
Block a user