Skip to content

Commit dabfc42

Browse files
committed
include the right file following its rename
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
1 parent a7206ad commit dabfc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frame-piece-side.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
include <parameters.scad>
77
include <components.scad>
8-
use <frame-piece-top-left.scad>
8+
use <frame-piece-top-left-or-right.scad>
99
use <frame-piece-bottom-left-or-right.scad>
1010

1111
module side_frame_piece() {
@@ -14,7 +14,7 @@ module side_frame_piece() {
1414
// side piece is left/right agnostic
1515
frame();
1616
// minus the top and bottom
17-
top_left_frame_piece();
17+
top_left_or_right_frame_piece();
1818
bottom_left_or_right_frame_piece();
1919
// and just chop out the rest of the frame
2020
translate([piece_width, 0, 0]) cube([frame_x, frame_y+1, frame_z+1], center=true);

0 commit comments

Comments
 (0)