add test print of feet
authordaniel watson <ozzloy@gmail.com>
Thu, 17 May 2018 00:56:52 +0000 (17:56 -0700)
committerdaniel watson <ozzloy@gmail.com>
Thu, 17 May 2018 00:56:52 +0000 (17:56 -0700)
3030-dampener-feet.scad

index a5abfcef649ec1d424218bba97d2ba2275f94d07..89bb5c2b026b8a073ac341ab451bb77790e51fd0 100644 (file)
 $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;