Skip to content

Commit

Permalink
include the right file following its rename
Browse files Browse the repository at this point in the history
Signed-off-by: Brian S. Stephan <[email protected]>
  • Loading branch information
bsstephan committed Apr 5, 2024
1 parent a7206ad commit dabfc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frame-piece-side.scad
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

include <parameters.scad>
include <components.scad>
use <frame-piece-top-left.scad>
use <frame-piece-top-left-or-right.scad>
use <frame-piece-bottom-left-or-right.scad>

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

0 comments on commit dabfc42

Please sign in to comment.