Single mount format checkpoint
This commit is contained in:
24
v1/scad/lib/generic/spoolmount_hook.scad
Normal file
24
v1/scad/lib/generic/spoolmount_hook.scad
Normal file
@@ -0,0 +1,24 @@
|
||||
module spoolmount_hook() {
|
||||
linear_extrude(9) {
|
||||
polygon(points=[
|
||||
[0, 0],
|
||||
[0, 12],
|
||||
[1, 12],
|
||||
[3, 10],
|
||||
[7, 10],
|
||||
[9, 12],
|
||||
[10, 12],
|
||||
[10, 8],
|
||||
[8, 6],
|
||||
[5, 6],
|
||||
[5, 2],
|
||||
[3, 2],
|
||||
[1, 0],
|
||||
]);
|
||||
|
||||
translate([8, 8])
|
||||
circle(r=2, $fn=50);
|
||||
}
|
||||
}
|
||||
|
||||
spoolmount_hook();
|
||||
Reference in New Issue
Block a user