side-cutter holder added

This commit is contained in:
2021-05-11 18:53:44 -07:00
parent fcdbc05cca
commit 58a3fb7bc9
2 changed files with 1135 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
difference()
{
cube([20,30,4]);
translate([10,20,0])
cylinder(d=5.4, $fn=30, h=4);
}
linear_extrude(10, convexity=10)
polygon([[7,0],[10,5],[13,0]]);
translate([0,0,10])
linear_extrude(2, convexity=10)
polygon([[4,0],[10,8],[16,0]]);

View File

File diff suppressed because it is too large Load Diff