From 52e43aa03c4c3b146cc991ec6a870ba38ccd47f4 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 23 Aug 2021 09:10:00 +0800 Subject: [PATCH] adjust --- examples/daruma_helmet.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/daruma_helmet.scad b/examples/daruma_helmet.scad index d3a81dfb..11be336a 100644 --- a/examples/daruma_helmet.scad +++ b/examples/daruma_helmet.scad @@ -45,7 +45,7 @@ module helmet() { rotate(-30) rotate_extrude(angle = 240, $fn = 12) - hull_polyline2d([[41, 1], [45, -10], [50, -30], [60, -45]], 2.5, $fn = 4); + hull_polyline2d([[40.65, 1], [45, -10], [50, -30], [60, -45]], 3.25, $fn = 4); translate([0, 0, 1]) linear_extrude(2)