Added render to countersink.
This commit is contained in:
parent
6d59ea2bc8
commit
6d223c8d1f
|
@ -262,7 +262,7 @@ module screw_countersink(type, drilled = true) { //! Countersink shape
|
||||||
if(drilled)
|
if(drilled)
|
||||||
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
|
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
|
||||||
else
|
else
|
||||||
intersection() {
|
render() intersection() {
|
||||||
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
|
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
|
||||||
|
|
||||||
cylinder(h = head_height + eps, r = head_rad + eps);
|
cylinder(h = head_height + eps, r = head_rad + eps);
|
||||||
|
|
Loading…
Reference in New Issue