From 9bff855ad759ace3b7b23bc0d0674f1aa2bc3b45 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 29 Mar 2023 09:25:39 -0300 Subject: [PATCH] Vents a bit more sturdy --- notebook_nueva/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/utils.py b/notebook_nueva/utils.py index 38e78fe..c26dfea 100644 --- a/notebook_nueva/utils.py +++ b/notebook_nueva/utils.py @@ -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), } ]