@@ -24,12 +24,16 @@ git submodule update --init --recursive
2424
2525## About the files
2626
27+ We expect a recent version of OpenSCAD, for development we currently use OpenSCAD 2021.
28+
2729This repository contains a lot of files for different options
2830
2931* The ` export/ ` folder contains the latest prebuilt ` .stl ` files for 3D printing.
3032 You can use those unless you want to make customizations. If you contribute
3133 changes to the models, you can refresh the models you changed using the
32- `` make export-all `` command.
34+ `` make export-all `` command. If your `` openscad `` binary does not reside
35+ in `` /usr/bin/openscad `` you can specify its location by overriding the
36+ `` OPENSCAD `` variable like so (substitute your specific openscad path): `` make -j OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD ``
3337* The ` legacy/ ` folder contains old versions of the case, including lots of
3438 variants that were created but unmaintained. These were built with
3539 proprietary software packages and often available in their native format(s)
@@ -201,6 +205,14 @@ the magnets.
201205
202206![ Mounting/HandlebarRail] ( ./render/thumbnails/Mounting/HandlebarRail.png )
203207
208+ An alternative Handlebar rail can be mounted like most bike computers with a
209+ rubber o ring;
210+ ![ Mounting/HandlebarRailOring] ( ./render/thumbnails/Mounting/HandlebarRailOring.png )
211+
212+ Often you find magnets where one magnet is strong enough for your display - you
213+ can use a platic decoy to save on magnets in these cases
214+ ![ Mounting/DisplayMagnetDummy] ( ./render/thumbnails/Mounting/DisplayMagnetDummy.png )
215+
204216#### Bike rack mount
205217
206218The bike rack mount can be used to attach a "Top Rider" main case to a standard
0 commit comments