Skip to content

Commit

Permalink
fix the blown up demo and update it for the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Brian S. Stephan <[email protected]>
  • Loading branch information
bsstephan committed Feb 22, 2024
1 parent 180b7de commit 05dab45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Files for 3D printing an arcade stick.

![An example of stick components displayed in OpenSCAD](docs/two-panel-example-v3.png)
![An example of stick components displayed in OpenSCAD](docs/blown-up-demo.png)

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

Expand Down
Binary file added 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.
8 changes: 4 additions & 4 deletions src/blown-up-demo.scad
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ include <parameters.scad>
include <components.scad>
use <frame-left.scad>
use <frame-right.scad>
use <top-panel-left-lever-and-dir_arc-plus-w-30mm.scad>
use <top-panel-right-sega-2p-plus-one-plus-control-with-mount.scad>
use <bottom-panel-left.scad>
use <bottom-panel-right.scad>
use <top-panel-overhang-left-lever-and-dir_arc-plus-w-30mm.scad>
use <top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad>
use <bottom-panel-overhang-left.scad>
use <bottom-panel-overhang-right.scad>
use <misc-decorative-plate-24mm-button.scad>
use <misc-decorative-plate-dir_arc-plus-w-30mm-and-sega-2p-plus-one.scad>
use <misc-dustwasher-lsx-nobi.scad>
Expand Down

0 comments on commit 05dab45

Please sign in to comment.