moduleize left lever panel for reuse
This commit is contained in:
parent
0bea740cee
commit
925cfebe9e
@ -33,9 +33,13 @@ module leverplate() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// put a 24mm hole in the lever plate just as a test
|
module left_lever_panel() {
|
||||||
difference() {
|
// put a 24mm hole in the lever plate just as a test
|
||||||
leverplate();
|
difference() {
|
||||||
translate([70,0,0])
|
leverplate();
|
||||||
button_24mm_hole();
|
translate([70,0,0])
|
||||||
|
button_24mm_hole();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
left_lever_panel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user