Skip to content

Commit 23b2dba

Browse files
committed
fixes #59
fixes #63
1 parent f54551f commit 23b2dba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
2729
This 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)

0 commit comments

Comments
 (0)