From 7fdb8fbc66eb9f7f5cbff59099af1c91285104ff Mon Sep 17 00:00:00 2001 From: dorkmo Date: Sun, 17 Feb 2019 00:44:40 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e274930..7914a0c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Generating STL Files ==================== For all platforms, you will need to have OpenSCAD installed. You can download OpenSCAD from their website at [http://www.openscad.org](http://www.openscad.org) -To insure the best fit of parts, print the [https://github.com/revarbat/snappy-reprap/blob/master/STLs/slop_calibrator_parts.stl](slop calibrator STL file) on the parent printer using the desired print settings. Then update the printer_slop variable in the config.scad file on line 130. Then proceed to generating STL files. +To insure the best fit of parts, print the [slop calibrator STL file](https://github.com/revarbat/snappy-reprap/blob/master/STLs/slop_calibrator_parts.stl) on the parent printer using the desired print settings. Then update the printer_slop variable in the config.scad file on line 130. Then proceed to generating STL files. OS X: -----