/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include use module bottom_panel_left() { difference() { bottom_panel_solo(); // chop the right edge off side_chopper(); } } bottom_panel_left();