s/topplate/panel/ --- just better naming

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
2024-02-06 18:57:12 -06:00
parent 53834363a6
commit d3940c4109
9 changed files with 23 additions and 24 deletions

View File

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