From ea53acf3e049ca0f4747b6e5a0d05d73f0d4bfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Mar 2026 15:47:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[fire-shutter]=20=EB=AA=A8=ED=84=B0=20?= =?UTF-8?q?=EC=99=B8=EA=B2=BD=20=ED=99=95=EB=8C=80=20+=20=EC=8A=AC?= =?UTF-8?q?=EB=9E=AB=20=EB=A1=A4=20=EC=99=B8=EA=B2=BD=20=EB=B0=94=EA=B9=A5?= =?UTF-8?q?=20=EC=9D=B4=EA=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 모터 반경: shaftR*0.9 → shaftR*1.1 (외경 확대) - 이격 기준: shaftR → rollR (슬랫 롤 외경 기준) - 간격: rollR + mR + 10*sc (절대 간섭 없음) --- resources/views/rd/fire-shutter-drawing/index.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php index 0877fb3f..f9c6514d 100644 --- a/resources/views/rd/fire-shutter-drawing/index.blade.php +++ b/resources/views/rd/fire-shutter-drawing/index.blade.php @@ -1494,10 +1494,10 @@ function renderSbSide() { }).join('')} ` : ''} ${b.showMotor ? (() => { - const mR = shaftR * 0.9; - const gap = shaftR + mR + 6*sc; + const mR = shaftR * 1.1; + const gap = rollR + mR + 10*sc; const mCx = shaftCx + gap; - const mCy = shaftCy + 5*sc; + const mCy = shaftCy; return ` M