From 4b2baa3fb485d29ae3d9d653ecb310d61126c00c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 20:08:25 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/three/viewCubeBus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/three/viewCubeBus.ts b/src/components/three/viewCubeBus.ts index 9e0d55a..643247f 100644 --- a/src/components/three/viewCubeBus.ts +++ b/src/components/three/viewCubeBus.ts @@ -150,11 +150,11 @@ export function pushModelFaceNormal(normalWorld: THREE.Vector3, calGroupWorldQua calibration.step = 'await-cube-2'; calibration.progress = 0.33; } else if (calibration.step === 'await-model-2') { - // Compute and apply the rotation right away — third pair only verifies. calibration.progress = 0.75; calibration.step = 'await-cube-3'; } else if (calibration.step === 'await-model-3') { calibration.progress = 1; + calibration.verifyErrorDeg = computeVerifyError(calibration.pairs); calibration.step = 'done'; } notify();