Update fan ring base to 95% of the fan size

This commit is contained in:
David Long
2022-09-22 10:00:37 -04:00
parent 138171c638
commit af5bb195d5

View File

@@ -2427,7 +2427,7 @@ module fan_mask(size, thick, style) {
screw_offset = inner / 2;
center_point = size * 0.5;
base_ring_size = size * 0.9;
base_ring_size = size * 0.95;
rings_spacing = size / rings;
translate([size/2, size/2, -1])