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:
parent
b7af797349
commit
c0c9b9e1dc
@ -11,11 +11,11 @@ module top_panel_left_lever() {
|
|||||||
difference() {
|
difference() {
|
||||||
// base plate
|
// base plate
|
||||||
union() {
|
union() {
|
||||||
translate([0,-20,0]) panel_with_raised_overhang();
|
panel_with_raised_overhang();
|
||||||
translate([0, 0, -((panel_z/2)+(lever_mount_z/2))]) levermountbase();
|
translate([0, 0, -((panel_z/2)+(lever_mount_z/2))]) levermountbase();
|
||||||
}
|
}
|
||||||
// holes to mount the lever
|
// holes to mount the lever
|
||||||
levermountholes();
|
translate([0, 20, 0]) levermountholes();
|
||||||
side_chopper();
|
side_chopper();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user