97a050ace8
docs: update platformio.ini for version v1.4.8
2025-03-29 07:58:12 +01:00
367e692c74
Merge pull request #30 from janecker/main
...
Fix memory leak issue in HTTPClient
2025-03-29 07:55:45 +01:00
926a21249b
Merge branch 'testing' into main
2025-03-29 07:55:33 +01:00
2635c19667
fix: improve HTTP client configuration and clear update documents after API calls
2025-03-29 07:52:49 +01:00
Jan Philipp Ecker
6cc4efca0a
Fixes memory leak in HTTPClient by disabling connection reuse
2025-03-28 22:40:50 +01:00
1484a6b0da
fix: update reload logic after removing and saving Bambu credentials for better cache handling
2025-03-27 19:13:57 +01:00
b5f0472af4
docs: update changelog and header for version v1.4.7
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m10s
v1.4.7
2025-03-27 18:54:33 +01:00
95c1bc823c
docs: update platformio.ini for version v1.4.7
2025-03-27 18:54:33 +01:00
491ba7f526
Merge branch 'testing'
2025-03-27 18:54:15 +01:00
56d7d8596c
style: update remove button for Bambu credentials with red background
2025-03-27 18:07:33 +01:00
1044e91a0a
feat: add forced cache refresh after removing and saving Bambu credentials
2025-03-27 18:03:40 +01:00
e459b53472
feat: add functionality to remove Bambu credentials and update API handling
2025-03-27 18:01:15 +01:00
024056cb7d
fix: handle Bambu connection state by introducing bambuDisabled flag
2025-03-27 11:18:04 +01:00
e040a736b0
feat: add rfid_bambu.html and update bambu connection handling
2025-03-27 10:35:10 +01:00
72b6b349c6
Merge pull request #28 from tugsi/main
...
Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS
2025-03-26 11:54:41 +01:00
190e952ec4
docs: update changelog and header for version v1.4.6
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m57s
v1.4.6
2025-03-26 11:52:46 +01:00
89620a7f00
docs: update platformio.ini for version v1.4.6
2025-03-26 11:52:46 +01:00
536950eeb3
fix: handle potential undefined value for tray_info_idx in handleSpoolIn function, by @tugsi
2025-03-26 11:51:58 +01:00
tugsi
fe4d2d7479
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
2025-03-25 17:40:55 +01:00
43719aac41
docs: update changelog and header for version v1.4.5
Release Workflow / detect-provider (push) Successful in 4s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m21s
v1.4.5
2025-03-25 12:11:56 +01:00
16d0079f7a
docs: update platformio.ini for version v1.4.5
2025-03-25 12:11:56 +01:00
48b9bf7076
Merge branch 'testing'
2025-03-25 12:08:08 +01:00
b6bd4cb9ad
refactor: remove unused request_topic subscription and reduce MQTT task stack size
2025-03-25 12:05:34 +01:00
e89bb1d547
fix: increase MQTT buffer size and adjust task stack size
2025-03-25 12:02:54 +01:00
f25789d703
Merge pull request #26 from tugsi/main
...
Fix BufferSize for larger JSONs from X-Series
2025-03-25 12:01:57 +01:00
tugsi
65d8cd675f
Fix BufferSize for larger JSONs from X-Series
2025-03-24 12:17:28 +01:00
9dfe75ffa2
refactor: rename report_topic to topic and update MQTT subscription logic, switched publish topic to request
2025-03-23 18:01:53 +01:00
68cdd8ab40
docs: update changelog and header for version v1.4.4
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m10s
v1.4.4
2025-03-23 16:50:29 +01:00
1069781931
docs: update platformio.ini for version v1.4.4
2025-03-23 16:50:29 +01:00
eada54eff2
fix: add error handling for missing vendor IDs in filament data
2025-03-23 16:28:13 +01:00
48301ade36
fix: adjust weight threshold for tare check to allow negative values
2025-03-23 15:03:37 +01:00
76e0b20393
docs: update changelog and header for version v1.4.3
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m48s
v1.4.3
2025-03-23 11:38:57 +01:00
a765b39896
docs: update platformio.ini for version v1.4.3
2025-03-23 11:38:57 +01:00
d68f6c4a89
docs: update changelog and header for version v1.4.2
Release Workflow / detect-provider (push) Successful in 1m4s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 3m14s
v1.4.2
2025-03-23 11:25:52 +01:00
1702e2396e
docs: update platformio.ini for version v1.4.2
2025-03-23 11:25:52 +01:00
af23b07df1
fix: use unique client ID for MQTT connection to avoid conflicts
2025-03-23 11:24:46 +01:00
dd7ba3bf5d
fix: reload page after firmware update completion
2025-03-23 11:15:38 +01:00
a818dcd3c0
fix: increase WiFi connection timeout from 5 to 10 seconds
2025-03-23 11:05:10 +01:00
b5279b167a
fix: ensure valid URL format and remove trailing slash in setupWebserver
2025-03-23 11:03:57 +01:00
a09fd4fda4
fix: add WiFi connection check and restart Bambu if not connected
2025-03-23 11:03:51 +01:00
e4fe08f54c
increase stack size for BambuMqtt task
2025-03-23 10:41:28 +01:00
3eac0e5ac4
update Discord Link
2025-03-15 16:02:18 +01:00
24d91693d9
update Discord Link
2025-03-15 15:57:46 +01:00
94c26590c8
remove commented-out subscription topic in MQTT setup
2025-03-10 17:41:14 +01:00
4559bae066
docs: update changelog and header for version v1.4.1
Release Workflow / detect-provider (push) Successful in 1m22s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m48s
v1.4.1
2025-03-10 17:34:09 +01:00
cdb2d16cf9
docs: update platformio.ini for version v1.4.1
2025-03-10 17:34:09 +01:00
cd71949c82
refactor length calculation to convert total length to meters before formatting
2025-03-10 17:33:47 +01:00
6cd280389d
Merge pull request #16 from spitzbirne32/main
...
Usermod for M3 heat inserts and AliExpress parts
2025-03-06 15:19:28 +01:00
spitzbirne32
daf27820b1
improved housing to show display better
2025-03-06 12:16:10 +01:00
spitzbirne32
dd7fbe1119
added new .step, now with correct individual parts
2025-03-06 12:14:39 +01:00