Skip to content
Snippets Groups Projects
Commit 942e5e8a authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Added Plug male

parent b99046f2
No related branches found
No related tags found
No related merge requests found
Images/Plug_Male.png

12.1 KiB

difference() {
translate([0, 0, 25.5]) cylinder(h=15.5, r=5.25);
translate([0, 0, 25.5]) cylinder(h=15.5, r=2.5);
}
difference() {
translate([0, 0, 21]) cylinder(h=4.5, r=6);
translate([0, 0, 21]) cylinder(h=4.5, r=2.5);
}
difference() {
translate([0, 0, 20]) cylinder(h=1, r=10);
translate([0, 0, 20]) cylinder(h=1, r=2.5);
}
difference() {
translate([0, 0, 0]) cylinder(h=20, r=9);
translate([0, 0, 0]) cylinder(h=20, r=2.5);
translate([0, 0, 0]) cylinder(h=18, r=7);
}
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment