cad/test*/button.scad: remove definitions related to the pusher, not used here

This commit is contained in:
Werner Almesberger 2011-07-23 11:24:02 -03:00
parent 4296080e9b
commit 8ca4b01e4f
2 changed files with 0 additions and 8 deletions

View File

@ -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();
}
}

View File

@ -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();
}
}