better component/parameter names to match panel naming
sed -i 's/top_plate/panel/g' *.scad sed -i 's/plate_to_frame/panel_to_frame/g' *.scad Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -12,7 +12,7 @@ module lever_panel() {
|
||||
// base plate
|
||||
union() {
|
||||
translate([0,-20,0]) panel();
|
||||
translate([0, 0, -((top_plate_z/2)+(lever_mount_z/2))]) levermountbase();
|
||||
translate([0, 0, -((panel_z/2)+(lever_mount_z/2))]) levermountbase();
|
||||
}
|
||||
// holes to mount the lever
|
||||
levermountholes();
|
||||
|
||||
Reference in New Issue
Block a user