Compare commits
2 Commits
70b45fa18b
...
b43b79ce19
Author | SHA1 | Date | |
---|---|---|---|
b43b79ce19 | |||
f93f20997a |
4
attic/README.md
Normal file
4
attic/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# 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!
|
@ -235,7 +235,7 @@ module panel_with_raised_overhang() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module frame_box() {
|
module frame_solid() {
|
||||||
difference() {
|
difference() {
|
||||||
top_points = [
|
top_points = [
|
||||||
// top bevel
|
// top bevel
|
||||||
@ -285,6 +285,12 @@ module frame_box() {
|
|||||||
translate(p) cylinder(r=2, h=frame_bevel_height, center=true);
|
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
|
// 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);
|
cube([panel_x-(panel_support_width*2), panel_y-(panel_support_width*2), frame_z+5], center=true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user