Skip to content

Commit

Permalink
Merge pull request BarbourSmith#15 from BarbourSmith/Add-a-button-to-…
Browse files Browse the repository at this point in the history
…comply-the-belts

Add a button to comply the belts
  • Loading branch information
BarbourSmith authored Apr 3, 2024
2 parents 86da427 + b827661 commit ad27d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified index.html.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion www/sub/tablettab.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</div>
<div class="buttons-row-col-el">
<button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$CAL','Calibrate');">Calibrate</button>
<button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$TKSLK','Take Slack');">Take Slack</button>
<button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$TKSLK','Apply Tension');">Apply Tension</button>
</div>


Expand All @@ -110,6 +110,7 @@
<!-- <button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$TKSLK','Home Z');">Home Z</button> -->
<button class="calibration-modal-button stop-button" onclick="onCalibrationButtonsClick('$STOP','Stop');">Stop</button>
<button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$TEST','Test');">Test</button>
<button class="calibration-modal-button" onclick="onCalibrationButtonsClick('$CMP','Release Tension');">Release Tension</button>
</div>

</div>
Expand Down

0 comments on commit ad27d93

Please sign in to comment.