From c5a7b1c3716b52b4cecb81000bd1f05dd0c0565f Mon Sep 17 00:00:00 2001 From: daniel watson Date: Wed, 16 May 2018 17:56:52 -0700 Subject: [PATCH] add test print of feet --- 3030-dampener-feet.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.30.2