🚀 Auto-deploy: melhoria no snap e medição AR em 28/05/2026 21:17:57

This commit is contained in:
2026-05-28 21:17:57 +00:00
parent 9b7f237afc
commit f36fd63bee
3 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -391,7 +391,7 @@ function CutsTab() {
return (
<group key={axis} position={[0, yOffset, 0]}>
{/* Eixo label */}
<Text position={[-0.24, 0, 0]} fontSize={0.014} color={AXIS_COLOR[axis]} anchorX="left" anchorY="middle" fontStyle="bold">
<Text position={[-0.24, 0, 0]} fontSize={0.014} color={AXIS_COLOR[axis]} anchorX="left" anchorY="middle">
{AXIS_LABEL[axis]}
</Text>
@@ -941,7 +941,7 @@ function CalibrationTab() {
return (
<group>
{/* Coluna da esquerda: Informações e Fluxo */}
<Text position={[-0.24, 0.11, 0]} fontSize={0.012} color="#3b82f6" anchorX="left" anchorY="middle" fontStyle="bold">
<Text position={[-0.24, 0.11, 0]} fontSize={0.012} color="#3b82f6" anchorX="left" anchorY="middle">
Calibração 3D da Peça
</Text>