s/topplate/panel/ --- just better naming

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
2024-02-06 18:57:12 -06:00
parent 53834363a6
commit d3940c4109
9 changed files with 23 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ include <components.scad>
module sega_2p_plus_one_panel() {
difference() {
topplate();
panel();
sega_2p_plus_one();
}
}