rename the q2009 project as the BSS AE
This commit is contained in:
17
src/extras/bss-ae/mount-spacer.scad
Normal file
17
src/extras/bss-ae/mount-spacer.scad
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Just a simple washer to go between the frame post and the arcade enclosure.
|
||||
*
|
||||
* SPDX-FileCopyrightText: © 2024 Brian S. Stephan <bss@incorporeal.org>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
include <parameters.scad>
|
||||
include <components.scad>
|
||||
|
||||
module mount_spacer() {
|
||||
difference() {
|
||||
cylinder(r=25, h=1.25, $fn=50, center=true);
|
||||
m6_hole();
|
||||
}
|
||||
}
|
||||
|
||||
mount_spacer();
|
||||
Reference in New Issue
Block a user