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

Added Plug_Female

parent da86f3b6
No related branches found
No related tags found
No related merge requests found
Images/Plug_Female.png

12.6 KiB

difference() {
translate([0, 0, 0]) cylinder(h=1, r=10);
translate([0, 0, 0]) cylinder(h=21, r=4.25);
translate([0, 0, 0]) cylinder(h=7, r=6);
}
difference() {
translate([0, 0, 1]) cylinder(h=20, r=9);
translate([0, 0, 0]) cylinder(h=21, r=4.25);
translate([0, 0, 0]) cylinder(h=7, r=6);
}
\ 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