rename overhang panel files for clarity and sorting

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
2024-02-06 19:14:24 -06:00
parent dac1073aa0
commit 3c8aa4e090
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
include <parameters.scad>
include <components.scad>
module top_panel_right_sega_2p_plus_one() {
difference() {
top_plate_with_raised_overhang();
sega_2p_plus_one();
rotate([0, 0, 180]) side_chopper();
}
}
top_panel_right_sega_2p_plus_one();