-
v1.5.3
released this
2025-04-25 15:52:56 +02:00 | 0 commits to main since this releaseChanges since v1.5.2:
Added
Fixed
- update spool weight conditionally based on NFC ID (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.5.3 (Manuel Weiser)
- docs: update platformio.ini for version v1.5.3 (Manuel Weiser)
- Affiliate Links (Manuel Weiser)
Downloads
-
v1.5.2
released this
2025-04-23 17:47:40 +02:00 | 4 commits to main since this releaseChanges since v1.5.1:
Added
- implement multi-color filament display and styles for dropdown options (Manuel Weiser)
Fixed
- add remaining weight logging for PUT requests and improve error reporting in sendToApi function (Manuel Weiser)
- add remaining weight logging and display after successful spool update (Manuel Weiser)
- update weight field in update payload to only include values greater than 10 (Manuel Weiser)
- add weight field to update payload in updateSpoolTagId function (Manuel Weiser)
- increase stack size for sendToApi task to improve stability (Manuel Weiser)
- adjust tare weight tolerance to ignore deviations of 2g (Manuel Weiser)
- improve weight stability check before sending to API (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.5.2 (Manuel Weiser)
- docs: update platformio.ini for version v1.5.2 (Manuel Weiser)
Downloads
-
v1.5.1
released this
2025-03-30 16:38:38 +02:00 | 14 commits to main since this releaseChanges since v1.4.14:
Added
Fixed
Changed
- docs: update changelog and header for version v1.5.1 (Manuel Weiser)
- chore: update version to 1.5.1 and improve OTA update handling with task management (Manuel Weiser)
Downloads
-
v1.4.14
released this
2025-03-30 16:01:45 +02:00 | 16 commits to main since this releaseChanges since v1.4.13:
Added
- add auto-tare functionality and update scale handling based on touch sensor connection (Manuel Weiser)
Fixed
Changed
- docs: update changelog and header for version v1.4.14 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.14 (Manuel Weiser)
Downloads
-
v1.4.13
released this
2025-03-30 12:59:57 +02:00 | 19 commits to main since this releaseChanges since v1.4.12:
Added
Fixed
- update touch sensor connection logic to correctly identify connection status (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.4.13 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.13 (Manuel Weiser)
Downloads
-
v1.4.11
released this
2025-03-30 12:21:57 +02:00 | 26 commits to main since this releaseChanges since v1.4.10:
Added
Fixed
Changed
- docs: update changelog and header for version v1.4.11 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.11 (Manuel Weiser)
- Merge branch 'main' of github.com:ManuelW77/Filaman (Manuel Weiser)
- Merge pull request #31 from janecker/nfc_rework (ManuelW)
- Renamed states of NFC state machine and introduced new state machine for spoolman API (Jan Philipp Ecker)
- Introducing enum for handling the NFC state to improve code readability (Jan Philipp Ecker)
Downloads
-
v1.4.10
released this
2025-03-30 12:19:25 +02:00 | 32 commits to main since this releaseChanges since v1.4.9:
Added
- add TTP223 touch sensor support and wiring configuration (Manuel Weiser)
Fixed
- update TTP223 pin configuration and adjust touch sensor logic (Manuel Weiser)
- add manual tare functionality for scale (Manuel Weiser)
- add debounce handling for TTP223 touch sensor (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.4.10 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.10 (Manuel Weiser)
Downloads
-
v1.4.9
released this
2025-03-29 10:11:25 +01:00 | 38 commits to main since this releaseChanges since v1.4.8:
Added
Fixed
- enhance HTTP method handling in sendToApi function (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.4.9 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.9 (Manuel Weiser)
Downloads
-
v1.4.8
released this
2025-03-29 07:58:12 +01:00 | 41 commits to main since this releaseChanges since v1.4.7:
Added
Fixed
- improve HTTP client configuration and clear update documents after API calls (Manuel Weiser)
6cc4efc
- Fixes memory leak in HTTPClient by disabling connection reuse (Jan Philipp Ecker) - update reload logic after removing and saving Bambu credentials for better cache handling (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.4.8 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.8 (Manuel Weiser)
- Merge pull request #30 from janecker/main (ManuelW)
- Merge branch 'testing' into main (ManuelW)
Downloads
- improve HTTP client configuration and clear update documents after API calls (Manuel Weiser)
-
v1.4.7
released this
2025-03-27 18:54:33 +01:00 | 48 commits to main since this releaseChanges since v1.4.6:
Added
- add forced cache refresh after removing and saving Bambu credentials (Manuel Weiser)
- add functionality to remove Bambu credentials and update API handling (Manuel Weiser)
- add rfid_bambu.html and update bambu connection handling (Manuel Weiser)
Fixed
- handle Bambu connection state by introducing bambuDisabled flag (Manuel Weiser)
fe4d2d7
- Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS: - Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at handleSpoolIn (rfid.js:493:67) at HTMLButtonElement.onclick ((Index):1:1) handleSpoolIn @ rfid.js:493 onclick @ (Index):1 (tugsi)
Changed
- docs: update changelog and header for version v1.4.7 (Manuel Weiser)
- docs: update platformio.ini for version v1.4.7 (Manuel Weiser)
- Merge branch 'testing' (Manuel Weiser)
- style: update remove button for Bambu credentials with red background (Manuel Weiser)
- Merge pull request #28 from tugsi/main (ManuelW)
Downloads