Added test code and fixed button

This commit is contained in:
2018-02-12 23:12:34 +01:00
parent 5e020e0f9c
commit 0f8613a4da
7 changed files with 16297 additions and 2257 deletions

View 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();