mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-09 18:02:48 +02:00
fix: bind autoSendToBambu variable to checkbox in spoolman.html
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@
|
||||
<div class="input-group">
|
||||
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>
|
||||
<input type="checkbox" id="autoSend">
|
||||
<input type="checkbox" id="autoSend" {{autoSendToBambu}}>
|
||||
</div>
|
||||
|
||||
<button onclick="saveBambuCredentials()">Save Bambu Credentials</button>
|
||||
|
||||
Reference in New Issue
Block a user