From 4edad88299f964960820971395b82ab87ebc5f43 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 15 May 2025 13:23:38 -0700 Subject: [PATCH] Larger mirror dimensions --- nhf/touhou/yasaka_kanako/mirror.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/nhf/touhou/yasaka_kanako/mirror.py b/nhf/touhou/yasaka_kanako/mirror.py index 6ba5242..905d056 100644 --- a/nhf/touhou/yasaka_kanako/mirror.py +++ b/nhf/touhou/yasaka_kanako/mirror.py @@ -14,8 +14,8 @@ class Mirror(Model): dimensions have to sit in between that of the aperature on the surface, and the outer walls. The width/height here refers to the outer edge's width and height """ - width: float = 50.0 - height: float = 60.0 + width: float = 100.0 + height: float = 120.0 inner_gap: float = 3.0 outer_gap: float = 3.0 @@ -23,19 +23,19 @@ class Mirror(Model): core_thickness: float = 25.4 / 8 casing_thickness: float = 25.4 / 8 - flange_r0: float = 5.0 - flange_r1: float = 15.0 + flange_r0: float = 8.0 + flange_r1: float = 20.0 flange_y1: float = 12.0 flange_y2: float = 25.0 flange_hole_r: float = 8.0 - wing_x1: float = 12.0 - wing_x2: float = 20.0 - wing_r1: float = 6.0 - wing_r2: float = 12.0 - tail_r0: float = 5.0 - tail_r1: float = 10.0 - tail_y1: float = 12.0 - tail_y2: float = 25.0 + wing_x1: float = 15.0 + wing_x2: float = 24.0 + wing_r1: float = 10.0 + wing_r2: float = 16.0 + tail_r0: float = 8.0 + tail_r1: float = 13.0 + tail_y1: float = 16.0 + tail_y2: float = 29.0 # Necklace hole hole_diam: float = 5.0