board rotation - fix 0
This commit is contained in:
@@ -14,9 +14,15 @@
|
||||
<span class="info-label">Letzter Run</span>
|
||||
<span class="info-value" id="board-last-run">–</span>
|
||||
</div>
|
||||
<div class="controls" style="margin-top: 16px;">
|
||||
<div class="controls" style="margin-top: 16px; display:flex; align-items:center; gap:10px; flex-wrap:wrap;">
|
||||
<button id="btn-board-run">Board erkennen</button>
|
||||
<button disabled title="Folgt später">Ergebnis anzeigen</button>
|
||||
<label style="display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)">
|
||||
Referenz:
|
||||
<select id="board-ref-set"
|
||||
style="background:#1e293b;border:1px solid #334155;color:#c8cdd8;border-radius:3px;padding:3px 8px;font:inherit;font-size:12px;cursor:pointer">
|
||||
<option value="">alle</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -78,14 +84,21 @@
|
||||
Sets justieren (zu 3b-Messung)
|
||||
</p>
|
||||
<div style="display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--text)">
|
||||
Set verschieben
|
||||
<input id="act-align-set" type="text" placeholder="rail"
|
||||
style="width:90px;background:#1e293b;border:1px solid #334155;color:#c8cdd8;border-radius:3px;padding:3px 7px;font:inherit;font-size:12px">
|
||||
<select id="act-align-fixed"
|
||||
style="background:#1e293b;border:1px solid #334155;color:#c8cdd8;border-radius:3px;padding:3px 8px;font:inherit;font-size:12px;cursor:pointer">
|
||||
<option value="">– bleibt –</option>
|
||||
</select>
|
||||
bleibt / 
|
||||
<select id="act-align-move"
|
||||
style="background:#1e293b;border:1px solid #334155;color:#c8cdd8;border-radius:3px;padding:3px 8px;font:inherit;font-size:12px;cursor:pointer">
|
||||
<option value="">– verschoben –</option>
|
||||
</select>
|
||||
wird verschoben
|
||||
<button id="btn-act-align"
|
||||
style="background:#1e293b;color:#c8cdd8;border:1px solid #4a9eff;border-radius:3px;padding:4px 14px;cursor:pointer;font:inherit;font-size:12px">
|
||||
Justieren
|
||||
</button>
|
||||
<span style="color:var(--muted);font-size:10px">Rotation (Z-Achse) + Translation → passt Set zu 3b-Messung</span>
|
||||
<span style="color:var(--muted);font-size:10px">Rotation (Z-Achse) + Translation → passt verschobenes Set zu 3b-Messung</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user