From a80fdc9f66b476410abde6308d1c9be752b874c3 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Wed, 17 Jul 2019 18:57:23 -0700 Subject: [PATCH] Fixed docs for $slop --- constants.scad | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/constants.scad b/constants.scad index 3879bf3..4be92c3 100644 --- a/constants.scad +++ b/constants.scad @@ -10,7 +10,11 @@ // Section: General Constants -$slop = 0.20; // The printer specific amount of slop in mm to print with to make parts fit exactly. You may need to override this value for your printer. +// Constant: $slop +// Description: +// The printer specific amount of slop in mm to print with to make parts fit exactly. +// You may need to override this value for your printer. +$slop = 0.20;