aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-01-15 20:47:24 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-01-15 20:47:24 +0100
commit1b003081b689d0f999e6123cc330bb94d6aa6662 (patch)
tree122cc6f6741091c4f93200c6a0de51ff8bc9d64d /README.md
parente91581d515b0ac1489669e02b14046ed8fd095be (diff)
downloadoscad_gridfinity-1b003081b689d0f999e6123cc330bb94d6aa6662.tar.gz
Makefile, readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c64f62f..d3326c7 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,15 @@ use <gridfinity.scad>
gridfinity(2, 1, 2, lip=true, magnets=false);
```
+## Building
+
+STLs and PNGs can be built with GNU make by just running
+`make stl` and `make png`
+respectively.
+
+T build a single object, use the desired file as a target:
+`make example.stl`
+
## License
Licensed under the MIT License. Consult `LICENSE`.