remove the test hole from the lever plate

This commit is contained in:
Brian S. Stephan 2023-08-17 20:45:38 -05:00
parent 6e1ef9efaf
commit e94a0498a3
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 10 deletions

View File

@ -19,7 +19,7 @@
include <components.scad>
// combine the lever mount and generic plate, with mounting holes
module lever_plate() {
module left_lever_panel() {
difference() {
// base plate
union() {
@ -33,13 +33,4 @@ module lever_plate() {
}
}
module left_lever_panel() {
// put a 24mm hole in the lever plate just as a test
difference() {
lever_plate();
translate([70,0,0])
button_24mm_hole();
}
}
left_lever_panel();