more components that look good on a test print
This commit is contained in:
parent
a3b9cab08e
commit
894e46c4ee
@ -51,6 +51,14 @@ module button_24mm_hole() {
|
|||||||
cylinder(r=small_button_radius, h=100, $fn=50, center=true);
|
cylinder(r=small_button_radius, h=100, $fn=50, center=true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module frame_hex_bolt_hole() {
|
||||||
|
scale([1, 1, 2]) cylinder(r=m4_bolt_hex_exterior, h=frame_z, $fn=6, center=true);
|
||||||
|
}
|
||||||
|
|
||||||
|
module frame_interchange_hole() {
|
||||||
|
cylinder(r=15, h=50, $fn=50, center=true);
|
||||||
|
}
|
||||||
|
|
||||||
/* PIECES */
|
/* PIECES */
|
||||||
|
|
||||||
module levermountbase() {
|
module levermountbase() {
|
||||||
@ -115,6 +123,10 @@ module topplate() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module frame_mount_column() {
|
||||||
|
cube([20, 20, frame_z], center=true);
|
||||||
|
}
|
||||||
|
|
||||||
module frame_panel_surround() {
|
module frame_panel_surround() {
|
||||||
difference() {
|
difference() {
|
||||||
cube([frame_x, frame_y, top_plate_z], center=true);
|
cube([frame_x, frame_y, top_plate_z], center=true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user