reorganize all the parts into subdirectories
src/ was getting pretty unreadable and I finally had time to do something about it Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
17
src/misc/neutrik-d-plate-24mm-hole.scad
Normal file
17
src/misc/neutrik-d-plate-24mm-hole.scad
Normal 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>
|
||||
use <neutrik-d-plate.scad>
|
||||
|
||||
module neutrik_d_plate_24mm() {
|
||||
difference() {
|
||||
neutrik_d_plate();
|
||||
neutrik_d_mount();
|
||||
}
|
||||
}
|
||||
|
||||
neutrik_d_plate_24mm();
|
||||
Reference in New Issue
Block a user