add robotic_arm_attach
This commit is contained in:
parent
320b0aae0f
commit
a9970b388e
41
cad/robotic_arm_attach.scad
Normal file
41
cad/robotic_arm_attach.scad
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
include <threads.scad>;
|
||||||
|
|
||||||
|
$fn=128;
|
||||||
|
|
||||||
|
difference(){
|
||||||
|
union(){
|
||||||
|
linear_extrude(4)
|
||||||
|
difference(){
|
||||||
|
square([28.5,46.5]);
|
||||||
|
translate([3.5,3])
|
||||||
|
circle(d=2.5);
|
||||||
|
translate([28.5-3.5,3])
|
||||||
|
circle(d=2.5);
|
||||||
|
translate([28.5-3.5,46.5-3])
|
||||||
|
circle(d=2.5);
|
||||||
|
translate([3.5,46.5-3])
|
||||||
|
circle(d=2.5);
|
||||||
|
translate([28.5/2,11.5])
|
||||||
|
for (i=[0 : 3]){
|
||||||
|
rotate([0,0,i*90])
|
||||||
|
translate([8,0])
|
||||||
|
circle(d=4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
translate([0,0,4])
|
||||||
|
linear_extrude(20)
|
||||||
|
difference(){
|
||||||
|
square([28.5,46.5]);
|
||||||
|
translate([3.5,3])
|
||||||
|
circle(r=5);
|
||||||
|
translate([28.5-3.5,3])
|
||||||
|
circle(r=5);
|
||||||
|
translate([28.5-3.5,46.5-3])
|
||||||
|
circle(r=5);
|
||||||
|
translate([3.5,46.5-3])
|
||||||
|
circle(r=5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
translate([28.5/2,11.5, 8])
|
||||||
|
metric_thread (diameter=6, pitch=1, length=20);
|
||||||
|
}
|
BIN
cad/robotic_arm_attach.stl
Normal file
BIN
cad/robotic_arm_attach.stl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user