parameterize the construction of the frame_mount_column chamfer
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
a9911820c9
commit
8fd77375b7
@ -301,7 +301,11 @@ module frame_mount_column() {
|
|||||||
cube([frame_mount_column_width, frame_mount_column_width, frame_z], center=true);
|
cube([frame_mount_column_width, frame_mount_column_width, frame_z], center=true);
|
||||||
// add some corners back to do a lame chamfer
|
// add some corners back to do a lame chamfer
|
||||||
linear_extrude(height=frame_z, center=true)
|
linear_extrude(height=frame_z, center=true)
|
||||||
polygon([[10, 10], [-20, 10], [10, -20]]);
|
polygon([
|
||||||
|
[frame_mount_column_width/2, frame_mount_column_width/2],
|
||||||
|
[-frame_mount_column_width, frame_mount_column_width/2],
|
||||||
|
[frame_mount_column_width/2, -frame_mount_column_width]
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
module side_chopper() {
|
module side_chopper() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user