/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include module jlf_dustwasher() { difference() { cylinder(r=jlf_dustwasher_radius, h=2, $fn=100, center=true); cylinder(r1=jlf_shaft_inner_radius, r2=jlf_shaft_inner_radius+shaft_position_tolerance, h=2.001, $fn=100, center=true); } } jlf_dustwasher();