fix: bind autoSendToBambu variable to checkbox in spoolman.html
This commit is contained in:
parent
2d8aec515d
commit
714b7065e7
@ -125,7 +125,7 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool.
|
If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool.
|
||||||
<label for="autoSend">Auto Send to Bambu:</label>
|
<label for="autoSend">Auto Send to Bambu:</label>
|
||||||
<input type="checkbox" id="autoSend">
|
<input type="checkbox" id="autoSend" {{autoSendToBambu}}>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button onclick="saveBambuCredentials()">Save Bambu Credentials</button>
|
<button onclick="saveBambuCredentials()">Save Bambu Credentials</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user