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,16 @@
/*
* SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
include <parameters.scad>
include <components.scad>
module bottom_panel_solo() {
difference() {
rotate([180, 0, 0]) base_top_plate_with_raised_overhang();
rotate([180, 0, 0]) top_plate_holes();
}
}
bottom_panel_solo();