From: daniel watson Date: Thu, 17 May 2018 00:56:52 +0000 (-0700) Subject: add test print of feet X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=c5a7b1c3716b52b4cecb81000bd1f05dd0c0565f add test print of feet --- diff --git a/3030-dampener-feet.scad b/3030-dampener-feet.scad index a5abfce..89bb5c2 100644 --- a/3030-dampener-feet.scad +++ b/3030-dampener-feet.scad @@ -13,7 +13,10 @@ $fn = 100; // use this for generating STL foot_height = 18; -foot_length = 20; + +// 2 for test prints +// 20 for final prints +foot_length = 2; wall_width = 2; nub_depth = 4; desired_corner_rounding_radius = 2/2.1;