1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-13 19:03:58 +02:00

Added render to countersink.

This commit is contained in:
Chris Palmer
2021-01-09 19:11:20 +00:00
parent 6d59ea2bc8
commit 6d223c8d1f

View File

@@ -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);