s/topplate/panel/ --- just better naming
Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
@@ -11,10 +11,8 @@ module lever_panel() {
|
||||
difference() {
|
||||
// base plate
|
||||
union() {
|
||||
translate([0,-20,0])
|
||||
topplate();
|
||||
translate([0, 0, -((top_plate_z/2)+(lever_mount_z/2))])
|
||||
levermountbase();
|
||||
translate([0,-20,0]) panel();
|
||||
translate([0, 0, -((top_plate_z/2)+(lever_mount_z/2))]) levermountbase();
|
||||
}
|
||||
// holes to mount the lever
|
||||
levermountholes();
|
||||
|
||||
Reference in New Issue
Block a user