Skip to content

Commit

Permalink
update build blown up demo and example photo
Browse files Browse the repository at this point in the history
Signed-off-by: Brian S. Stephan <[email protected]>
  • Loading branch information
bsstephan committed Jun 24, 2024
1 parent 2911b23 commit 3059e01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ know someone or a library with a 3D printer? The Buildable Stick System may be t

[OpenSCAD-based illustration of how the components for an overhang panel-based stick fit together.]

![A photo of a completed stick](docs/finished-v4.2.jpg)
![A photo of a completed stick](docs/finished-v4.4.jpg)

[Photo of a completed inset panel-based stick.]

Expand Down
2 changes: 1 addition & 1 deletion demo/blown-up-demo.scad
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ color("black") translate([-frame_x/2+5-50, 0, -2.5]) side_box_frame_piece();
color("black") rotate([0, 180, 0]) translate([-frame_x/2+5-50, 0, -2.5]) side_box_frame_piece();
color("black") rotate([180, 0, 0]) translate([-frame_x/2+5-25, -55, -2.5]) front_or_back_aux_and_neutrik_box_frame_piece();
color("black") rotate([180, 0, 0]) rotate([0, 180, 0]) translate([-frame_x/2+5-25, -55, -2.5]) front_or_back_aux_and_neutrik_box_frame_piece();
color("black") interconnect_frame_piece();
color("black") rotate([0, 180, 0]) interconnect_frame_piece();
color("#C12E1F") translate([-panel_x/2-25, 0, -5-frame_z/2-75]) left_or_right_overhang_panel();
color("#C12E1F") mirror([0, 1, 0]) translate([panel_x/2+25, 0, -5-frame_z/2-75]) left_or_right_overhang_panel();

Expand Down
Binary file modified docs/blown-up-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/finished-v4.4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3059e01

Please sign in to comment.