diff --git a/cad/test1/button.scad b/cad/test1/button.scad index f5fc7bb..4a7b060 100644 --- a/cad/test1/button.scad +++ b/cad/test1/button.scad @@ -11,9 +11,6 @@ but_base_x = but_top_x+2*but_base_border; but_base_y = but_top_y+2*but_base_border; but_base_z = 0.5; -but_push_r = 5; -but_push_z = 0.5; - but_fillet_r = 0.4; but_chamfer_r = 0.2; @@ -208,7 +205,6 @@ module button() union() { button_top(); button_base(); -// button_pusher(); } } diff --git a/cad/test2/button.scad b/cad/test2/button.scad index f5fc7bb..4a7b060 100644 --- a/cad/test2/button.scad +++ b/cad/test2/button.scad @@ -11,9 +11,6 @@ but_base_x = but_top_x+2*but_base_border; but_base_y = but_top_y+2*but_base_border; but_base_z = 0.5; -but_push_r = 5; -but_push_z = 0.5; - but_fillet_r = 0.4; but_chamfer_r = 0.2; @@ -208,7 +205,6 @@ module button() union() { button_top(); button_base(); -// button_pusher(); } }