/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include // combine the lever mount and generic plate, with mounting holes module lever_left_overhang_panel() { difference() { // base plate panel_with_raised_overhang(); // holes to mount the lever translate([0, 20, 0]) levermountholes(); translate([0, 20, 0]) levermountcountersinks(); side_chopper(); } } lever_left_overhang_panel();