/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include module bottom_panel_solo() { difference() { rotate([180, 0, 0]) base_panel_with_raised_overhang(); rotate([180, 0, 0]) panel_holes(); } } bottom_panel_solo();