Added render to countersink.

This commit is contained in:
Chris Palmer 2021-01-09 19:11:20 +00:00
parent 6d59ea2bc8
commit 6d223c8d1f
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ module screw_countersink(type, drilled = true) { //! Countersink shape
if(drilled)
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
else
intersection() {
render() intersection() {
cylinder(h = head_height + eps, r1 = 0, r2 = head_rad + head_t);
cylinder(h = head_height + eps, r = head_rad + eps);