tiny rename for the lever base plate
this might move into components (while not adjusted) at some point
This commit is contained in:
parent
925cfebe9e
commit
6e1ef9efaf
@ -19,7 +19,7 @@
|
|||||||
include <components.scad>
|
include <components.scad>
|
||||||
|
|
||||||
// combine the lever mount and generic plate, with mounting holes
|
// combine the lever mount and generic plate, with mounting holes
|
||||||
module leverplate() {
|
module lever_plate() {
|
||||||
difference() {
|
difference() {
|
||||||
// base plate
|
// base plate
|
||||||
union() {
|
union() {
|
||||||
@ -36,7 +36,7 @@ module leverplate() {
|
|||||||
module left_lever_panel() {
|
module left_lever_panel() {
|
||||||
// put a 24mm hole in the lever plate just as a test
|
// put a 24mm hole in the lever plate just as a test
|
||||||
difference() {
|
difference() {
|
||||||
leverplate();
|
lever_plate();
|
||||||
translate([70,0,0])
|
translate([70,0,0])
|
||||||
button_24mm_hole();
|
button_24mm_hole();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user