Commit Graph

849 Commits

Author SHA1 Message Date
spitzbirne32
11c5ca3383 removed CAD, as they were all duplicates 2025-03-06 12:13:25 +01:00
spitzbirne32
e3c3b3f42d typo in AliE link 2025-03-04 01:59:47 +01:00
spitzbirne32
8db7765e7e added changelog 2025-03-04 01:57:50 +01:00
spitzbirne32
dc97740ddc Delete usermod/spitzbirne32/STL/README.md 2025-03-04 01:48:02 +01:00
spitzbirne32
ababe8b842 Add files via upload 2025-03-04 01:43:50 +01:00
spitzbirne32
62bcbb2ae8 added .stp files of modifications 2025-03-04 01:43:20 +01:00
spitzbirne32
62330a3fd8 Update README.md 2025-03-04 01:40:33 +01:00
spitzbirne32
4556730c6e added merged picture 2025-03-04 01:33:01 +01:00
spitzbirne32
c92a8b0957 moved pictures of parts into dedicated folders 2025-03-04 01:26:41 +01:00
spitzbirne32
b08da071c2 added pictures of components bought from AliE 2025-03-04 01:21:18 +01:00
spitzbirne32
9c949e74e8 Update README.md 2025-03-04 01:17:12 +01:00
spitzbirne32
17fcf765fd Add files via upload 2025-03-04 01:06:07 +01:00
spitzbirne32
95a03f92e2 Update README.md 2025-03-04 01:05:35 +01:00
spitzbirne32
d9e69d8c14 Update README.md 2025-03-04 00:54:43 +01:00
spitzbirne32
1ec09ebf3a added pictures for heat insert location 2025-03-04 00:50:42 +01:00
spitzbirne32
7ef0cc44d5 Delete usermod/spitzbirne32/STL/ScaleTop_Heatinsert_Location_usermod_spitzbirne32_.png 2025-03-04 00:50:22 +01:00
spitzbirne32
fe962b2bfa Delete usermod/spitzbirne32/STL/Housing_Heatinsert_Location_usermod_spitzbirne32_.png 2025-03-04 00:50:14 +01:00
spitzbirne32
aec07f3c6d added pictures showing heat insert location 2025-03-04 00:49:31 +01:00
spitzbirne32
b5cb5b17ea created folders 2025-03-04 00:26:37 +01:00
spitzbirne32
c3e7758920 Update README.md 2025-03-04 00:16:01 +01:00
spitzbirne32
66395028a6 Update README.md 2025-03-04 00:15:10 +01:00
spitzbirne32
64403b9599 Create README.md 2025-03-04 00:11:54 +01:00
spitzbirne32
ebf6688701 Update README.md 2025-03-04 00:09:49 +01:00
spitzbirne32
073a5f4539 Update README.md 2025-03-04 00:05:21 +01:00
spitzbirne32
69bd5c3eb2 Create README.md 2025-03-03 22:08:45 +01:00
a328fbc6a6 Merge pull request #15 from ManuelW77/main
set to main state
2025-03-03 17:10:35 +01:00
6f52cd1686 Merge pull request #14 from janecker/scale-calibration-rework
Reworks the scale calibration handling
2025-03-03 17:08:06 +01:00
c1122ad87d refactor: remove unnecessary delay in MQTT setup and add delay before restart 2025-03-03 16:58:24 +01:00
Jan Philipp Ecker
1aeced76a2 Reworks the scale calibration handling
Fixes some issues in the scale handling. Prevents a wdg reset after
after scale calibration. Also makes sure that after calibration all
tasks are started again that have been suspsended before.
2025-03-03 16:50:46 +01:00
967ec35c6a fix: correct typo in console log for total length 2025-03-02 20:21:27 +01:00
f60113aa83 feat: add new 3D print file for Filaman scale 2025-03-02 08:06:59 +01:00
63a7398979 refactor: remove redundant scale calibration checks and enhance task management 2025-03-01 18:50:20 +01:00
40cb504251 refactor: enhance AMS data handling and streamline spool auto-setting logic 2025-03-01 18:44:35 +01:00
41a4f8af4a refactor: adjust stack size and improve scale calibration logic 2025-03-01 18:44:29 +01:00
e122224472 refactor: update labels and input types for better clarity and functionality 2025-03-01 18:44:17 +01:00
5d3a8d971f added Discord Server 2025-03-01 15:33:39 +01:00
e62e5e7062 update documentation for clarity and accuracy 2025-03-01 13:04:28 +01:00
726a60882d docs: update changelog and header for version v1.4.0 2025-03-01 12:46:18 +01:00
2918b4ca77 update NFC tag references to include NTAG213 and clarify storage capacity 2025-03-01 12:45:55 +01:00
955ba0f001 bump version to 1.4.0 2025-03-01 12:37:50 +01:00
8cf7dc0b77 add support for Spoolman Octoprint Plugin in README files 2025-03-01 12:33:26 +01:00
33e4b371ed add OctoPrint integration with configurable fields and update functionality 2025-03-01 12:18:33 +01:00
fd832d8808 add version comparison function and check for outdated versions before updates 2025-03-01 12:18:21 +01:00
c0e213a4ac remove unused version and protocol fields from JSON output; add error message for insufficient memory 2025-03-01 10:42:06 +01:00
bcc00f711b remove unused version and protocol fields from NFC data packet 2025-03-01 10:41:51 +01:00
78f336d5d7 sort vendors alphabetically in the dropdown list 2025-03-01 10:41:44 +01:00
ee7f8ff517 Merge pull request #10 from janecker/nfc-improvements
Improves NFC Tag handling
2025-03-01 10:03:46 +01:00
Jan Philipp Ecker
0eff29ef4a Improves NFC Tag handling
Fixes memory underflow when reading tags. Reads tags with their actual data size and uses actual size instead of constnat value for tag size when writing a tag.
2025-02-28 22:35:34 +01:00
492bf6cdb8 docs: update changelog and header for version v1.3.99
All checks were successful
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Successful in 2m39s
v1.3.99
2025-02-28 18:35:16 +01:00
b0317f4001 docs: update platformio.ini for version v1.3.99 2025-02-28 18:35:16 +01:00