this is just to line up with the frame/panel mount column a bit better
and remove some weird geometry
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
this undoes my work to simplify the bottom of the frame and move button
holes in the frames accordingly. the top and bottom are now symmetrical
in terms of their bevel, and the buttons are centered. this will make
the print of the frame difficult again, but I have an upcoming change to
modularize the frame walls and that will print far better, so I'm
thinking this is what I want. testing ongoing
This reverts commit ed031b9308b062b8900a40851dafac5f18aaa535.
This reverts commit f90fc095e04b46073f33681b6cbe94b3ac421256.
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
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>
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>
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>
their cutout for the screw nut was giving too much space, which spread
them out too much on the frame walls. this should fix it, the nuts for a
Crown SDB-202 or a Seimitsu PS-14 still fit anyway
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
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>
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
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