update puzzle to latest version to match solution instructions
[ozzloy@gmail.com/3d-printables] / 3030-dampener-feet.scad
index a5abfcef649ec1d424218bba97d2ba2275f94d07..096a3083867d3b17a180ef352a0211bde449cbe3 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;
@@ -118,5 +121,5 @@ foot();
   GNU Affero General Public License for more details.
 
   You should have received a copy of the GNU Affero General Public License
-  along with challenge-bot.  If not, see <http://www.gnu.org/licenses/>.
+  along with 3d-printables.  If not, see <http://www.gnu.org/licenses/>.
 */