Fix steppers connection. #13
This commit is contained in:
@@ -166,13 +166,14 @@ function buildHTML() {
|
||||
<label class="form-label" style="margin:0;">Speed</label>
|
||||
<span id="speed-val" style="font-size: 0.8rem; color: var(--text-muted);">${Settings.speed}</span>
|
||||
</div>
|
||||
<input type="range" id="slider-speed" min="100" max="2000" step="100" value="${Settings.speed}" style="width:100%; margin-bottom: 8px;">
|
||||
|
||||
<div class="setting-row">
|
||||
<label class="form-label" style="margin:0;">Accel</label>
|
||||
<span id="accel-val" style="font-size: 0.8rem; color: var(--text-muted);">${Settings.accel}</span>
|
||||
<input type="range" id="slider-speed" min="100" max="1200" step="100" value="${Settings.speed}" style="width:100%; margin-bottom: 8px;">
|
||||
</div>
|
||||
<div class="form-group" style="margin-bottom:0;">
|
||||
<div style="display:flex; justify-content:space-between; margin-bottom:4px;">
|
||||
<label class="form-label" style="margin:0;">Acceleration</label>
|
||||
<span id="val-accel" style="font-size:0.8rem; color:var(--accent-blue);">${Settings.accel}</span>
|
||||
</div>
|
||||
<input type="range" id="slider-accel" min="50" max="2000" step="50" value="${Settings.accel}" style="width:100%; margin-bottom: 8px;">
|
||||
<input type="range" id="slider-accel" min="50" max="500" step="50" value="${Settings.accel}" style="width:100%; margin-bottom: 8px;">
|
||||
|
||||
<div class="setting-row">
|
||||
<label class="form-label" style="margin:0;">Global Delay (ms)</label>
|
||||
|
||||
Reference in New Issue
Block a user