-
v1.4.0
released this
2025-03-01 12:46:18 +01:00 | 9 commits to main since this releaseChanges since v1.3.99:
Added
b351639
- add support for Spoolman Octoprint Plugin in README files (Manuel Weiser)
7a2c9d6
- add OctoPrint integration with configurable fields and update functionality (Manuel Weiser)
eb2a8dc
- add version comparison function and check for outdated versions before updates (Manuel Weiser)Fixed
Changed
- docs: update changelog and header for version v1.4.0 (Manuel Weiser)
- update NFC tag references to include NTAG213 and clarify storage capacity (Manuel Weiser)
- bump version to 1.4.0 (Manuel Weiser)
- remove unused version and protocol fields from JSON output; add error message for insufficient memory (Manuel Weiser)
- remove unused version and protocol fields from NFC data packet (Manuel Weiser)
- sort vendors alphabetically in the dropdown list (Manuel Weiser)
- Merge pull request #10 from janecker/nfc-improvements (ManuelW)
- Improves NFC Tag handling (Jan Philipp Ecker)
Downloads
-
v1.3.99
released this
2025-02-28 18:35:16 +01:00 | 20 commits to main since this releaseChanges since v1.3.98:
Added
Fixed
Changed
- docs: update changelog and header for version v1.3.99 (Manuel Weiser)
- docs: update platformio.ini for version v1.3.99 (Manuel Weiser)
- refactor: update workflows to build firmware with LittleFS instead of SPIFFS (Manuel Weiser)
Downloads
-
v1.3.97
released this
2025-02-28 08:53:08 +01:00 | 28 commits to main since this releaseChanges since v1.3.96:
Added
- füge Bestätigungsmeldung für Spool-Einstellung hinzu (Manuel Weiser)
- verbessere WLAN-Konfiguration und füge mDNS-Unterstützung hinzu (Manuel Weiser)
- aktualisiere OLED-Anzeige mit Versionsnummer und verbessere Textausrichtung (Manuel Weiser)
- füge regelmäßige WLAN-Verbindungsüberprüfung hinzu (Manuel Weiser)
- aktualisiere Schaltplan-Bild (Manuel Weiser)
- zeige Versionsnummer im OLED-Display an (Manuel Weiser)
Fixed
- Speichernutzung optimiert (Manuel Weiser)
- behebe doppelte http.end() Aufrufe in checkSpoolmanExtraFields (Manuel Weiser)
- optimiere Verzögerungen und Stackgrößen in NFC-Task-Funktionen (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.97 (Manuel Weiser)
- docs: update platformio.ini for version v1.3.97 (Manuel Weiser)
- refactor: entferne ungenutzte Bibliotheken und Debug-Ausgaben aus main.cpp (Manuel Weiser)
- style: entferne text-shadow von deaktivierten Schaltflächen (Manuel Weiser)
- docs: füge Link zum Wiki für detaillierte Informationen über die Nutzung hinzu (Manuel Weiser)
Downloads
-
v1.3.96
released this
2025-02-25 16:29:37 +01:00 | 42 commits to main since this releaseChanges since v1.3.95:
Added
- füge Unterstützung für Spoolman-Einstellungen hinzu und aktualisiere die Benutzeroberfläche (Manuel Weiser)
- entferne die sendAmsData-Funktion aus der API-Schnittstelle (Manuel Weiser)
- erweitere Bambu-Credentials um AutoSend-Zeit und aktualisiere die Benutzeroberfläche (Manuel Weiser)
- erweitere Bambu-Credentials mit AutoSend-Wartezeit und aktualisiere die Benutzeroberfläche (Manuel Weiser)
- add espRestart function and replace delay with vTaskDelay for OTA update process (Manuel Weiser)
- implement OTA update functionality with backup and restore for configurations (Manuel Weiser)
- add own_filaments.json and integrate custom filament loading in bambu.cpp (Manuel Weiser)
Fixed
- aktualisiere Bedingungen für die AMS-Datenaktualisierung und entferne unnötige Aufrufe (Manuel Weiser)
- aktualisiere Bedingung für den Fortschritt der OTA-Update-Nachricht (Manuel Weiser)
- update auto set logic to check RFID tag before setting Bambu spool (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.96 (Manuel Weiser)
- docs: update platformio.ini for version v1.3.96 (Manuel Weiser)
Downloads
-
v1.3.95
released this
2025-02-24 19:56:19 +01:00 | 54 commits to main since this releaseChanges since v1.3.94:
Added
Fixed
- bind autoSendToBambu variable to checkbox in spoolman.html (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.95 (Manuel Weiser)
- docs: update webpages for version v1.3.95 (Manuel Weiser)
Downloads
-
v1.3.94
released this
2025-02-24 19:47:24 +01:00 | 57 commits to main since this releaseChanges since v1.3.93:
Added
Fixed
- correct payload type check in NFC write event handling (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.94 (Manuel Weiser)
- docs: update webpages for version v1.3.94 (Manuel Weiser)
Downloads
-
v1.3.93
released this
2025-02-24 19:15:03 +01:00 | 60 commits to main since this releaseChanges since v1.3.92:
Added
- implement auto send feature for Bambu spool management and update related configurations (Manuel Weiser)
Fixed
- remove debug output from splitTextIntoLines and update weight display logic in scanRfidTask (Manuel Weiser)
- enhance weight display logic for negative values (Manuel Weiser)
- remove unnecessary CPU frequency configuration from setup function (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.93 (Manuel Weiser)
- docs: update webpages for version v1.3.93 (Manuel Weiser)
- docs: add debug mode instructions for Spoolman in README (Manuel Weiser)
- refactor: simplify filament names in JSON configuration (Manuel Weiser)
- refactor: update findFilamentIdx to return structured result and improve type searching logic (Manuel Weiser)
- docs: add wiring diagrams to README for PN532 I2C setup (Manuel Weiser)
- docs: update README to reflect PN532 I2C configuration and remove SPI pin details (Manuel Weiser)
Downloads
-
v1.3.92
released this
2025-02-24 07:47:58 +01:00 | 71 commits to main since this releaseChanges since v1.3.91:
Added
Fixed
- configure CPU frequency settings in setup function only for testing (Manuel Weiser)
- update comment to clarify NVS reading process (Manuel Weiser)
- adjust weight display logic to handle cases for weight less than 2 (Manuel Weiser)
- update weight display logic to handle negative and specific weight cases (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.92 (Manuel Weiser)
- docs: update webpages for version v1.3.92 (Manuel Weiser)
- refactor: remove commented-out code in setBambuSpool function (Manuel Weiser)
- docs: update installation instructions and formatting in README files (Manuel Weiser)
Downloads
-
v1.3.91
released this
2025-02-23 20:29:45 +01:00 | 79 commits to main since this releaseChanges since v1.3.90:
Added
- update GitHub Actions workflow for FTP firmware upload with improved credential checks (Manuel Weiser)
Fixed
Changed
- docs: update changelog and header for version v1.3.91 (Manuel Weiser)
- docs: update webpages for version v1.3.91 (Manuel Weiser)
Downloads
-
v1.3.90
released this
2025-02-23 20:28:25 +01:00 | 82 commits to main since this releaseChanges since v1.3.89:
Added
- update index.html for improved content structure and additional links (Manuel Weiser)
- improve UI for Spoolman and Bambu Lab printer credentials, enhancing layout and styling (Manuel Weiser)
- implement scale calibration checks and update start_scale function to return calibration status (Manuel Weiser)
- add FTP upload functionality to GitHub release workflow and update installation instructions in README (Manuel Weiser)
Fixed
- remove debug secrets check from Gitea release workflow (Manuel Weiser)
Changed
- docs: update changelog and header for version v1.3.90 (Manuel Weiser)
- docs: update webpages for version v1.3.90 (Manuel Weiser)
- docs: update README files with HSPI default PINs and add ESP32 pin diagram (Manuel Weiser)
Downloads