Homing nicht als SubPage
This commit is contained in:
@@ -15,30 +15,40 @@
|
||||
<div class="section full">
|
||||
<h2>Aktionen</h2>
|
||||
|
||||
<div class="controls">
|
||||
<button data-cmd="HOME">HOME</button>
|
||||
<button data-cmd="PING">PING</button>
|
||||
<!-- Homing – primäre Aktion -->
|
||||
<div class="controls" style="flex-wrap:wrap;gap:10px;align-items:center">
|
||||
<button id="btn-homing-run">📷 Foto & Homing berechnen</button>
|
||||
<button id="btn-homing-send" disabled
|
||||
style="opacity:.4;cursor:not-allowed"
|
||||
title="Erst Homing ausführen">
|
||||
✅ An Roboter senden
|
||||
</button>
|
||||
<span id="homing-status" class="status-badge open">○ Warte</span>
|
||||
</div>
|
||||
|
||||
<!-- Fortschrittsbalken -->
|
||||
<div id="homing-progress" style="display:none;margin-top:12px">
|
||||
<div id="homing-progress-track">
|
||||
<div id="homing-progress-bar"></div>
|
||||
</div>
|
||||
<span id="homing-progress-text"></span>
|
||||
</div>
|
||||
|
||||
<!-- Sekundäre Aktionen -->
|
||||
<div class="controls" style="margin-top:14px;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid #1e293b">
|
||||
<button data-cmd="HOME" style="font-size:12px;padding:4px 12px">HOME</button>
|
||||
<button data-cmd="PING" style="font-size:12px;padding:4px 12px">PING</button>
|
||||
<input
|
||||
id="gcodePayload"
|
||||
type="text"
|
||||
placeholder="G-Code / Motorbefehl"
|
||||
style="font-size:12px;padding:4px 8px"
|
||||
/>
|
||||
|
||||
<button data-cmd="GCODEMOTOR" data-payload="#gcodePayload">
|
||||
GCodeMotor
|
||||
</button>
|
||||
|
||||
<button id="btn-calculate">Read Position from Markers</button>
|
||||
|
||||
<button id="btn-foto">Foto</button>
|
||||
|
||||
<button data-cmd="GCODEMOTOR" data-payload="#gcodePayload"
|
||||
style="font-size:12px;padding:4px 12px">GCodeMotor</button>
|
||||
<button id="btn-foto" style="font-size:12px;padding:4px 12px">Foto-Vorschau</button>
|
||||
<a href="/calibration.html">
|
||||
<button type="button">Calibration Page</button>
|
||||
</a>
|
||||
|
||||
<a href="/homing.html">
|
||||
<button type="button">Homing</button>
|
||||
<button type="button" style="font-size:12px;padding:4px 12px">Kalibrierung</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user