From c34c197d0242671d7fc6ca8b2ebd1405b41e1f40 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 8 Dec 2021 20:49:51 -0500 Subject: [PATCH] mead-horn: swap default aspect ratio --- mead-horn/mead-horn.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mead-horn/mead-horn.scad b/mead-horn/mead-horn.scad index f3a6e9d..9c85987 100644 --- a/mead-horn/mead-horn.scad +++ b/mead-horn/mead-horn.scad @@ -11,7 +11,7 @@ top_radius = 33; horn_length = 135; horn_rise = 40; horn_twist = 0; -horn_aspect = [ 0.92, 1.0 ]; +horn_aspect = [ 1.0, 0.92 ]; module helix_horn () { helix_levels = 1/6; -- 2.20.1