From 70b3a7d8c7dfc2af18b3096b7ff79624dcb8565d Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 29 Aug 2020 18:14:08 -0400 Subject: [PATCH] Link openscad in /docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 325f1a1..796896b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ 5. [Version Notes - V3](#v3) 6. [Benchmarks](#benchmarks) -This project can be edited with only [OpenSCAD]() and the source files in the `scad/*_v1`, `scad/*_v2` or `scad/*_v3` directories which make reference to files from `scad/libraries`. +This project can be edited with only [OpenSCAD](https://www.openscad.org/downloads.html) and the source files in the `scad/*_v1`, `scad/*_v2` or `scad/*_v3` directories which make reference to files from `scad/libraries`. If you wish to run the development scripts you should install the following dependencies. With just OpenSCAD, you can use scripts such as `scad/50ft_v3/gnal_50ft.scad` and export the different modules in [OFF](https://en.wikipedia.org/wiki/OFF_(file_format)), [AMF](https://en.wikipedia.org/wiki/Additive_manufacturing_file_format), [3MF](https://en.wikipedia.org/wiki/3D_Manufacturing_Format), [DXF](https://en.wikipedia.org/wiki/AutoCAD_DXF) or SVG (drawing) format.