move my many, many decorative plates and similar to their own dir

finally making a plates/ instead of stuffing everything in misc/

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-09-06 08:12:02 -05:00
parent aa92e57fe0
commit ea4beca89d
28 changed files with 26 additions and 22 deletions

View File

@@ -0,0 +1,17 @@
/*
* SPDX-FileCopyrightText: © 2023 Brian S. Stephan <bss@incorporeal.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
include <parameters.scad>
include <components.scad>
module lsx_nobi_dustwasher() {
difference() {
cylinder(r=lsx_nobi_dustwasher_radius, h=2, $fn=100, center=true);
cylinder(r1=lsx_nobi_shaft_inner_radius, r2=lsx_nobi_shaft_inner_radius+shaft_position_tolerance,
h=2.001, $fn=100, center=true);
}
}
lsx_nobi_dustwasher();