🚀 Auto-deploy: melhoria no snap e medição AR em 31/05/2026 01:24:49

This commit is contained in:
2026-05-31 01:24:49 +00:00
parent 43ce36e7a6
commit c798179560
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1074,7 +1074,7 @@ const XRSession = () => {
const url = await generateMarkerDownloadURL();
const a = document.createElement('a');
a.href = url;
a.download = 'TrackSteelXR_Marker.png';
a.download = 'SteelXR_Marker.png';
a.click();
URL.revokeObjectURL(url);
toast.success('Marcador baixado — Imprima em 15×15cm');