rename the q2009 project as the BSS AE
This commit is contained in:
14
src/extras/bss-ae/panel-front-right-mount.scad
Normal file
14
src/extras/bss-ae/panel-front-right-mount.scad
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: © 2024 Brian S. Stephan <bss@incorporeal.org>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
include <parameters.scad>
|
||||
include <components.scad>
|
||||
use <panel-front-left-mount.scad>
|
||||
|
||||
module front_right_mount_panel() {
|
||||
mirror([1, 0, 0]) front_left_mount_panel();
|
||||
}
|
||||
|
||||
front_right_mount_panel();
|
||||
Reference in New Issue
Block a user