Vents a bit more sturdy

This commit is contained in:
Roberto Alsina 2023-03-29 09:25:39 -03:00
parent 3203c4c860
commit 9bff855ad7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def hex_vents(*, size, width, height):
{
"x": 0,
"y": 0,
"shape": cq.Sketch().push(vent_positions).regularPolygon(size * 0.9, 6),
"shape": cq.Sketch().push(vent_positions).regularPolygon(size * 0.85, 6),
}
]