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>
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