mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 20:56:15 +02:00
cad/test*/button.scad: remove definitions related to the pusher, not used here
This commit is contained in:
parent
4296080e9b
commit
8ca4b01e4f
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user