Skip to content

Commit 05dab45

Browse files
committed
fix the blown up demo and update it for the docs
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
1 parent 180b7de commit 05dab45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Files for 3D printing an arcade stick.
44

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

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

docs/blown-up-demo.png

48.7 KB
Loading

src/blown-up-demo.scad

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ include <parameters.scad>
77
include <components.scad>
88
use <frame-left.scad>
99
use <frame-right.scad>
10-
use <top-panel-left-lever-and-dir_arc-plus-w-30mm.scad>
11-
use <top-panel-right-sega-2p-plus-one-plus-control-with-mount.scad>
12-
use <bottom-panel-left.scad>
13-
use <bottom-panel-right.scad>
10+
use <top-panel-overhang-left-lever-and-dir_arc-plus-w-30mm.scad>
11+
use <top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad>
12+
use <bottom-panel-overhang-left.scad>
13+
use <bottom-panel-overhang-right.scad>
1414
use <misc-decorative-plate-24mm-button.scad>
1515
use <misc-decorative-plate-dir_arc-plus-w-30mm-and-sega-2p-plus-one.scad>
1616
use <misc-dustwasher-lsx-nobi.scad>

0 commit comments

Comments
 (0)