Compare commits

..

No commits in common. "b43b79ce19d14f52058da366c171341912c95c7b" and "70b45fa18bd77eb1b78cdddf4208a86668f7ad69" have entirely different histories.

3 changed files with 1 additions and 11 deletions

View File

@ -1,4 +0,0 @@
# The Attic
This directory includes abandoned pieces that I'd like to revisit some time, but I cannot support or recommend using
as-is. Print at your own caution, or better yet, maybe fix them!

View File

@ -235,7 +235,7 @@ module panel_with_raised_overhang() {
}
}
module frame_solid() {
module frame_box() {
difference() {
top_points = [
// top bevel
@ -285,12 +285,6 @@ module frame_solid() {
translate(p) cylinder(r=2, h=frame_bevel_height, center=true);
}
}
}
}
module frame_box() {
difference() {
frame_solid();
// cut out the middle to make it a box
cube([panel_x-(panel_support_width*2), panel_y-(panel_support_width*2), frame_z+5], center=true);
}