Update 3d-printing/files/scad/head_cap.scad

add hole into  the top
This commit is contained in:
i3le 2024-07-10 19:20:48 +02:00
parent 41e2442d47
commit 41fa99c510

View file

@ -11,4 +11,9 @@ translate([1,1,-1]) minkowski()
cube([40-2,14-2,2]);
cylinder(r=2.2,h=10);
}
difference(){
translate([40/2,14/2,11-.5])cylinder(d = 5.5, h = 8);
translate([40/2,14/2,11-1])cube([5.5,4,4],center=true);
}
}