adjust how the lever mount is aligned to do the chopper right

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-02-19 11:14:14 -06:00
parent b7af797349
commit c0c9b9e1dc
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ module top_panel_left_lever() {
difference() {
// base plate
union() {
translate([0,-20,0]) panel_with_raised_overhang();
panel_with_raised_overhang();
translate([0, 0, -((panel_z/2)+(lever_mount_z/2))]) levermountbase();
}
// holes to mount the lever
levermountholes();
translate([0, 20, 0]) levermountholes();
side_chopper();
}
}