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
20cc9b196b
docs: update platformio.ini for version 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
ff80b05502
Merge branch 'testing'
2025-03-27 18:54:15 +01:00
491ba7f526
Merge branch 'testing'
2025-03-27 18:54:15 +01:00
edfdef53f4
style: update remove button for Bambu credentials with red background
2025-03-27 18:07:33 +01:00
56d7d8596c
style: update remove button for Bambu credentials with red background
2025-03-27 18:07:33 +01:00
89a3fed7a9
feat: add forced cache refresh after removing and saving Bambu credentials
2025-03-27 18:03:40 +01:00
1044e91a0a
feat: add forced cache refresh after removing and saving Bambu credentials
2025-03-27 18:03:40 +01:00
f44173824f
feat: add functionality to remove Bambu credentials and update API handling
2025-03-27 18:01:15 +01:00
e459b53472
feat: add functionality to remove Bambu credentials and update API handling
2025-03-27 18:01:15 +01:00
169d73bfc0
fix: handle Bambu connection state by introducing bambuDisabled flag
2025-03-27 11:18:04 +01:00
024056cb7d
fix: handle Bambu connection state by introducing bambuDisabled flag
2025-03-27 11:18:04 +01:00
c78f36d21a
feat: add rfid_bambu.html and update bambu connection handling
2025-03-27 10:35:10 +01:00
e040a736b0
feat: add rfid_bambu.html and update bambu connection handling
2025-03-27 10:35:10 +01:00
054bc43f65
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
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
31c41576ee
docs: update changelog and header for version v1.4.6
2025-03-26 11:52:46 +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
3a744bc1e6
docs: update platformio.ini for version 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
42f76fc20a
fix: handle potential undefined value for tray_info_idx in handleSpoolIn function, by @tugsi
2025-03-26 11:51:58 +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
124f326670
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
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
af34ce45dd
docs: update changelog and header for version v1.4.5
2025-03-25 12:11:56 +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
c0cb3ff5c9
docs: update platformio.ini for version 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
4c754d84ff
Merge branch 'testing'
2025-03-25 12:08:08 +01:00
48b9bf7076
Merge branch 'testing'
2025-03-25 12:08:08 +01:00
d2c85018f5
refactor: remove unused request_topic subscription and reduce MQTT task stack size
2025-03-25 12:05:34 +01:00
b6bd4cb9ad
refactor: remove unused request_topic subscription and reduce MQTT task stack size
2025-03-25 12:05:34 +01:00
8dac49ea9e
fix: increase MQTT buffer size and adjust task stack size
2025-03-25 12:02:54 +01:00
e89bb1d547
fix: increase MQTT buffer size and adjust task stack size
2025-03-25 12:02:54 +01:00
5365c0e1b9
Merge pull request #26 from tugsi/main
...
Fix BufferSize for larger JSONs from X-Series
2025-03-25 12:01:57 +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
4abe9d6d33
Fix BufferSize for larger JSONs from X-Series
2025-03-24 12:17:28 +01:00
tugsi
65d8cd675f
Fix BufferSize for larger JSONs from X-Series
2025-03-24 12:17:28 +01:00
e5d0334714
refactor: rename report_topic to topic and update MQTT subscription logic, switched publish topic to request
2025-03-23 18:01:53 +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
16364cbd86
docs: update changelog and header for version v1.4.4
2025-03-23 16:50:29 +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
1b63ab668f
docs: update platformio.ini for version 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
f67ef8e905
fix: add error handling for missing vendor IDs in filament data
2025-03-23 16:28:13 +01:00
eada54eff2
fix: add error handling for missing vendor IDs in filament data
2025-03-23 16:28:13 +01:00
a490b77860
fix: adjust weight threshold for tare check to allow negative values
2025-03-23 15:03:37 +01:00
48301ade36
fix: adjust weight threshold for tare check to allow negative values
2025-03-23 15:03:37 +01:00
52d063b619
docs: update changelog and header for version v1.4.3
2025-03-23 11:38:57 +01:00