Compare commits
3 Commits
2d8aec515d
...
2948a35fa8
Author | SHA1 | Date | |
---|---|---|---|
2948a35fa8 | |||
730724fe58 | |||
714b7065e7 |
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.3.95] - 2025-02-24
|
||||
### Changed
|
||||
- update webpages for version v1.3.95
|
||||
|
||||
### Fixed
|
||||
- bind autoSendToBambu variable to checkbox in spoolman.html
|
||||
|
||||
|
||||
## [1.3.94] - 2025-02-24
|
||||
### Changed
|
||||
- update webpages for version v1.3.94
|
||||
|
@ -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>
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.3.94"
|
||||
version = "1.3.95"
|
||||
##
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user