rename some various extended pieces to make room for the simple side

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-12-04 11:25:00 -06:00
parent fa05469e19
commit a6b5d77671
6 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ module side_frame_piece_extension() {
}
}
module extended_left_or_right_frame_piece() {
module side_longish_frame_piece() {
difference() {
side_box_frame_piece();
// chop off the old edge which is getting replaced with the extension
@@ -36,4 +36,4 @@ module extended_left_or_right_frame_piece() {
translate([-frame_x/2+frame_bevel_height*2, 0, 0]) rotate([0, -90, 0]) side_frame_piece_extension();
}
extended_left_or_right_frame_piece();
side_longish_frame_piece();

View File

@@ -26,7 +26,7 @@ module side_and_bottom_frame_piece_extension() {
}
}
module extra_extended_left_or_right_frame_piece() {
module side_trapezoid_extended_to_front_frame_piece() {
difference() {
side_box_frame_piece();
// chop off the old edge which is getting replaced with the extension
@@ -35,4 +35,4 @@ module extra_extended_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();
}
extra_extended_left_or_right_frame_piece();
side_trapezoid_extended_to_front_frame_piece();

View File

@@ -25,7 +25,7 @@ module side_frame_piece_extension() {
}
}
module extended_left_or_right_frame_piece() {
module side_trapezoid_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_left_or_right_frame_piece() {
translate([-frame_x/2+frame_bevel_height*2, 0, 0]) rotate([0, -90, 0]) side_frame_piece_extension();
}
extended_left_or_right_frame_piece();
side_trapezoid_frame_piece();