16 Commits

Author SHA1 Message Date
ed031b9308
create 2mm of additional frame bottom
this is for the bottom panels to go flush against; without it, there's a
visible gap between the panel edge and the wall cutout space

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-02-22 13:40:01 -06:00
f90fc095e0
remove the bottom bevel to try to simplify the print
this just chops off the bottom entirely, essentially. this could be done
cleaner but this is the least disruptive change until I'm certain of it

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-02-18 12:36:51 -06:00
abc4577173
bevel the bottom of the frame
mostly an aesthetic choice, but I think it helps mitigate the look of
the front relative to the need to have the case be deeper for some
levers, so (I believe) it's not an arbitrary aesthetic choice.

also maybe there's some benefit to have it be slightly less flush on the
surface, IDK

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-02-16 12:25:17 -06:00
97f69b9332
update SPDX headers in source files
license is still the same, this just saves duplicating the terms and
standardizes with what I've been doing elsewhere, style-wise

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-01-02 15:08:01 -06:00
a0db9d9c3f
add SPDX-License-Identifier: GPL-3.0-or-later to SCAD files
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2023-12-18 12:51:38 -06:00
ae40fd7289
break out tweakable parameters into a separate file
this allows for:

include <parameters.scad>
// override a variable such as
frame_z = 60;
include <components.scad>

which will let individual components tweak settings, e.g. the height of
a frame
2023-11-20 14:25:27 -06:00
fbf0dc6896
allow the frame bottom to take insets/raised panels too
this complicates the print, in that now printing the frame requires
supports, but by cutting in on the bottom the same way as the top, we
can center some stuff better and also make the plates a bit more
interchangeable. this also eliminates the slightly unsightly bottom
panel hanging out in the open, so overall I think it's worth the
printing complication
2023-11-02 16:34:08 -05:00
2aab029905
use the same frame cutout for neutrik D and 24mm holes 2023-09-11 20:34:09 -05:00
28c0c0e475
properly and relatively position neutrik cutouts 2023-09-11 09:33:39 -05:00
cd5cd422e5
rename side chopper, going to be used for more than just frames 2023-08-29 10:13:40 -05:00
9f98f0cfa7
rename project before sharing 2023-08-24 22:49:34 -05:00
80079a74a8
properly center frame mounting holes
noticed this after my first print, it's a fix for v1 but I don't think
I'll bother reprinting my stuff yet
2023-08-20 18:24:25 -05:00
6064884a89
account for 24mm buttons in the frame tops 2023-08-19 17:51:01 -05:00
6c04c1b2f2
ethercon (and probably other neutrik Ds) need the wall thinner
to avoid overhang, this shrinks the overall case by 2mm on the x and y,
as this number was somewhat arbitrary
2023-08-18 13:18:38 -05:00
78ea95ecbd
moduleify middle_frame for testing purposes 2023-08-18 10:08:34 -05:00
42f417d86a
middle frame mostly ok, but I forgot to check neutrik panel thickness 2023-08-18 00:23:59 -05:00