Added test code and fixed button
This commit is contained in:
11
scad/keyboard_button_small.scad
Normal file
11
scad/keyboard_button_small.scad
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
button_b = 6;
|
||||
button_t = 4.5;
|
||||
|
||||
module trigger_button_small (){
|
||||
translate([0,0,0])cylinder(r=button_b/2, h=1, center=true, $fn=100);
|
||||
translate([0,0,(15+1)/2])cylinder(r=button_t/2, h=15, center=true, $fn=100);
|
||||
}
|
||||
|
||||
trigger_button_small();
|
||||
|
||||
Reference in New Issue
Block a user