correct name of the extra extended side piece

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-03-09 12:49:49 -06:00
parent cadf2bf210
commit 9125105b42
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -23,7 +23,7 @@ module side_and_bottom_frame_piece_extension() {
} }
} }
module extra_extended_bottom_left_or_right_frame_piece() { module extra_extended_left_or_right_frame_piece() {
difference() { difference() {
side_frame_piece(); side_frame_piece();
// chop off the old edge which is getting replaced with the extension // chop off the old edge which is getting replaced with the extension
@ -32,4 +32,4 @@ module extra_extended_bottom_left_or_right_frame_piece() {
translate([-frame_x/2+frame_bevel_height*2, 0, 0]) rotate([0, -90, 0]) side_and_bottom_frame_piece_extension(); translate([-frame_x/2+frame_bevel_height*2, 0, 0]) rotate([0, -90, 0]) side_and_bottom_frame_piece_extension();
} }
extra_extended_bottom_left_or_right_frame_piece(); extra_extended_left_or_right_frame_piece();