properly name the extended (not to bottom) side frame piece

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-07-10 11:12:36 -05:00
parent f4c9c91d91
commit 2bbf69d9a0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -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();