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:
@@ -9,7 +9,7 @@ use <top-panel-inset-lever.scad>
|
||||
|
||||
module lever_panel_with_mount() {
|
||||
lever_panel();
|
||||
translate([0, -top_plate_y/2+25, -(top_plate_z/2) - 3]) pcb_mount();
|
||||
translate([0, -panel_y/2+25, -(panel_z/2) - 3]) pcb_mount();
|
||||
}
|
||||
|
||||
lever_panel_with_mount();
|
||||
|
||||
Reference in New Issue
Block a user