diff --git a/src/components.scad b/src/components.scad index cebf73d..6878373 100644 --- a/src/components.scad +++ b/src/components.scad @@ -301,7 +301,11 @@ module frame_mount_column() { cube([frame_mount_column_width, frame_mount_column_width, frame_z], center=true); // add some corners back to do a lame chamfer 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() {