initial commit

This commit is contained in:
2020-03-12 09:50:45 -07:00
commit 7cfba5c095
3 changed files with 48542 additions and 0 deletions

58
OnOn_shotgun_key.scad Normal file
View File

@@ -0,0 +1,58 @@
difference()
{
linear_extrude(14, convexity=10)
{
difference()
{
translate([-28,20])
scale([1.15,1])
circle(d=25, $fn=180);
translate([-28.5,17])
scale([1.5,1])
circle(d=18, $fn=180);
translate([-50,-3])
square([40,20]);
}
translate([12.5,17])
difference()
{
circle(d=34, $fn=180);
circle(d=27, $fn=180);
}
difference()
{
polygon([
[11,33.8],
[-25,32],
[-20,25],
[-15,20],
[-15,12],
[-15.5,11.5],
[-17.5,11.5],
[-17.5,9.75],
[-10,9.75],
[-6.5,13],
[-2,13],
[-2,25]
]);
translate([-8,41])
scale([1.72,1])
circle(d=26, $fn=180);
}
}
translate([-52,11,-9.33])
rotate([0,30,30])
cube([40,10,20]);
translate([-52,11,0.22])
rotate([0,-30,30])
cube([40,10,20]);
translate([-18,25,13])
rotate([0,0,-55])
linear_extrude(1, convexity=10)
scale(.1)
import("onon.dxf");
}

35170
OnOn_shotgun_key.stl Normal file
View File

File diff suppressed because it is too large Load Diff

13314
onon.dxf Normal file
View File

File diff suppressed because it is too large Load Diff