buildable-stick-system/src/bottom-panel-inset.scad
Brian S. Stephan 370aeb56c6
add posts to the top panels
trying to add more friction fit to the panel to frame connection point

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-02-12 20:17:10 -06:00

14 lines
270 B
OpenSCAD

/*
* SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
include <parameters.scad>
include <components.scad>
module inset_bottom_panel() {
mirror([0, 0, 1]) bottom_panel();
}
inset_bottom_panel();