From 7a3bd4028ee95746d0de5e7f6bcb036e7ce9f0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 8 Mar 2026 21:23:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[rd]=20=EC=B2=A0=EC=9E=AC=20=EC=8A=AC?= =?UTF-8?q?=EB=9E=AB=20=EA=B0=90=EA=B9=80=20=EB=91=90=EA=BB=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(72mm=E2=86=9210mm)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 72mm는 슬랫 폭이지 감김 두께가 아님 - ㄷ자 슬랫 감김 시 실제 적층 두께 ~10mm로 수정 --- resources/views/rd/fire-shutter-drawing/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index 0fab8b6b..604331ce 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1185,8 +1185,8 @@ function fs3dBuild() { // === SLAT ROLL (샤프트에 감긴 슬랫) === const rolledH = H - shutterH; // 올라간(감긴) 높이 if (rolledH > 0) { - // 철재: ㄷ자 72mm 피치로 감김 / 스크린: 얇게 1mm씩 감김 - const wrapThick = S.productType === 'steel' ? 72 : 1; + // 철재: ㄷ자 슬랫(72mm 폭) 감길 때 두께 ~10mm / 스크린: ~1mm + const wrapThick = S.productType === 'steel' ? 10 : 1; const shaftR = b.shaftDia / 2; // 감긴 바퀴 수 = 감긴 높이 / (샤프트 둘레 + 누적 두께 보정) // 간략 계산: 감긴 총 두께 = sqrt(rolledH * wrapThick / π)