/* A panel for mounting a couple aux buttons in a out of the way spot. * * SPDX-FileCopyrightText: © 2024 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include module three_aux_button_panel() { difference() { panel(); translate([0, -70, 0]) aux_control_three_button_tight_cluster(); } } three_aux_button_panel();