File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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)
You can’t perform that action at this time.
0 commit comments