From bbcb44feca18bf532c92fce38239e0ccff8526a6 Mon Sep 17 00:00:00 2001 From: Robert Sheldon Date: Wed, 4 Jul 2018 21:49:02 -0400 Subject: [PATCH] remove boilerplate --- keys.scad | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/keys.scad b/keys.scad index 005e204..93af606 100644 --- a/keys.scad +++ b/keys.scad @@ -13,12 +13,4 @@ include include include - -//$has_brim=true; - -$inverted_dish = true; -$key_length = 6; - dcs_row(3) { - $dish_type = "sideways cylindrical"; - key(); - } +key();