From 2b2202ff20d0fc729637c5191e9481260b0e8eac Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 6 Nov 2013 09:01:12 -0800 Subject: [PATCH] leave caster-standoff ready for printing * people can change number of fragments to 10 or so if they want --- caster-standoff.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caster-standoff.scad b/caster-standoff.scad index c9d60d9..935a61d 100644 --- a/caster-standoff.scad +++ b/caster-standoff.scad @@ -4,8 +4,8 @@ // https://gitorious.org/ozzloy/challenge-bot // https://github.com/waynegramlich/challenge-bot -// use 10 ish for development, 100 or so for printing -$fn = 10; +// use 10 ish for development, 60 or so for printing +$fn = 60; standoff_radius = 14.732 / 2; // 0.580 / 2 inches from spec sheet standoff_height = 55; // eyeballed -- 2.30.2