Sebastian Andersson
65092665dd
Revert upgrade of requests
...
requests has stopped supporting python 3.8.
Reverting to the latest, working version of it.
2025-11-04 17:49:46 +01:00
dependabot[bot]
6c96344746
Bump requests from 2.32.4 to 2.32.5
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.4 to 2.32.5.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 11:01:04 +02:00
dependabot[bot]
06890d423f
Bump requests from 2.32.3 to 2.32.4 in the pip group
...
Bumps the pip group with 1 update: [requests](https://github.com/psf/requests ).
Updates `requests` from 2.32.3 to 2.32.4
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 18:01:25 +02:00
Matthew Eddey
6bfa4b8968
Fix crash if a spool hasn't been scanned
...
`nfc_id` can be None if a spool hasn't been scanned yet.
2025-06-01 06:30:38 +02:00
Sebastian Andersson
3a9e001ded
Use python3 -m venv instead of virtualenv
2025-05-15 09:26:03 +02:00
Sebastian Andersson
17429a2ff9
Add feature to set nfc_id from web
2025-05-09 19:54:11 +02:00
Sebastian Andersson
ddfdcbf354
Add cfg "always-send"
...
When true, the SET_ACTIVE_* macros are always called.
When missing, or false, avoid calling them after reading
the same spool & filament id again.
2025-05-09 19:53:47 +02:00
Sebastian Andersson
4a08a3f739
Fix REUSE licensing info
2025-05-09 16:26:19 +02:00
Sebastian Andersson
ad581c9a3e
Fix typos
2025-05-09 16:19:29 +02:00
Sebastian Andersson
579bfd75c0
Add TOC to the README
2025-05-09 16:19:29 +02:00
Sebastian Andersson
cd7e73a2fb
Add an image to the README
2025-05-09 16:19:29 +02:00
Sebastian Andersson
ea4744a363
Change tag id to match FilaMan.
...
FilaMan uses "f:2:c:4:a:6" for the nfc_id values.
2025-05-05 17:57:11 +02:00
Sebastian Andersson
43b88acd0b
Formatting fixes
2025-05-05 17:57:11 +02:00
Sebastian Andersson
5b1a5fabc0
Document nfc_id handling
2025-05-05 17:57:11 +02:00
Sebastian Andersson
611540cdb5
Lookup nfc-id, if spool/filament is missing
2025-05-05 17:57:11 +02:00
Sebastian Andersson
9cb9e1e81b
Add get_spool_from_nfc_id method
2025-05-05 17:57:11 +02:00
Sebastian Andersson
f177d9d196
Update README.md
2025-02-02 13:05:05 +01:00
Sebastian Andersson
994c881a89
Use tty:AMA0 instead in default config
2025-01-27 13:26:25 +01:00
Sebastian Andersson
ab0be3bc68
Add patch file for pn532.py
2025-01-27 13:26:25 +01:00
Sebastian Andersson
e24cee604f
Add moonraker updatemanager support
2025-01-26 16:00:45 +01:00
Sebastian Andersson
256ce68ab6
Also test python 3.11
2025-01-26 10:37:46 +01:00
Sebastian Andersson
008ab8f375
Switch config file format to toml and move it.
...
The config file is read from ~/.config/nfc2klipper/nfc2klipper.cfg
2025-01-26 10:37:46 +01:00
dependabot[bot]
d62d0e4fe7
Bump requests from 2.31.0 to 2.32.3
...
Bumps [requests](https://github.com/psf/requests ) from 2.31.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-26 03:28:05 +01:00
dependabot[bot]
1ca1b2be8f
Bump requests from 2.31.0 to 2.32.2
...
Bumps [requests](https://github.com/psf/requests ) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-26 03:26:18 +01:00
Sebastian Andersson
2db84bfacc
Create dependabot.yml
2025-01-26 03:22:18 +01:00
Sebastian Andersson
cbdaf4476e
Add copyright info to REUSE.toml
2025-01-03 16:29:10 +01:00
Sebastian Andersson
c9b03d55ab
Add reuse target to Makefile
2025-01-02 22:55:00 +01:00
Sebastian Andersson
139c4eed6e
Update to REUSE.toml
2025-01-02 22:54:32 +01:00
Sebastian Andersson
a3588fffa0
Add makefile for running black & pylint
2025-01-02 22:51:02 +01:00
Sebastian Andersson
0fb0d8b0d7
Fix write_tags.py's formatting
2025-01-02 11:08:11 +01:00
Simon Coggins
de9ad909bd
Added filament type to Web template
...
I don't have the filament type in the name, so if I add a
bunch of different filament with the same colour at the
same time, I can't tell which one is the PLA or which
one is the PETG.
2025-01-02 11:00:38 +01:00
Simon Coggins
2c4c1f7b03
Show spools in reverse ID order. New spools will be at the higher ID range and they are the ones we'll want to write more often
2025-01-02 10:54:44 +01:00
Sebastian Andersson
17ed3e7681
Fix issue #13
...
The reader got stuck after reading the first tag.
Change to use clf.sense instead of connect to detect
when the tag is removed from the reader.
2025-01-02 10:50:58 +01:00
Sebastian Andersson
6e7decede5
Change print to logger-calls
2025-01-01 12:15:56 +01:00
Sebastian Andersson
f284d2a66f
Merge pull request #11 from thijstriemstra/patch-5
...
remove service alias from systemd service definition
2024-12-19 07:09:16 +01:00
Sebastian Andersson
8921ec119d
Merge pull request #9 from thijstriemstra/patch-3
...
fix typo in config file
2024-12-19 07:07:35 +01:00
Thijs Triemstra
b989d3df21
remove service alias
2024-12-18 17:32:39 +01:00
Thijs Triemstra
38d2dbe2ae
fix typo
2024-12-18 17:13:05 +01:00
Sebastian Andersson
01cb7c933a
Fix formatting and lint issues
2024-12-18 12:16:52 +01:00
Sebastian Andersson
ff727e01d2
Merge pull request #7 from thijstriemstra/patch-1
...
Use logging instead of prints
2024-12-18 11:51:04 +01:00
Thijs Triemstra
0b3fa0088c
include name
2024-12-14 04:20:41 +01:00
Thijs Triemstra
94c3ad9c69
use logging module in nfc_handler
2024-12-14 04:18:35 +01:00
Thijs Triemstra
507ba3ac0f
use logging module
...
to add timestamps to log messages and easier to integrate with journald
2024-12-14 04:12:03 +01:00
Sebastian Andersson
1ca77d459d
Merge pull request #6 from bofh69/add_web_interface
...
Add web interface
2024-10-20 22:39:00 +02:00
Sebastian Andersson
998c74690a
Add web service to nfc2klipper for writing tags
2024-10-20 22:35:09 +02:00
Sebastian Andersson
5a4090cce4
Update setup-python to v5
2024-10-20 22:12:03 +02:00
Sebastian Andersson
cb3f3d0abe
Update spoolman2slicer link
2024-10-18 19:11:14 +02:00
Sebastian Andersson
120ecf8e9e
Merge pull request #5 from bofh69/fix-pylint-warning
...
Fix pylint warning
2024-10-17 20:03:51 +02:00
Sebastian Andersson
62eb1ec7b0
Add info about rpi-update in README
2024-10-17 20:01:39 +02:00
Sebastian Andersson
6a459dbd13
Fix warning about args
2024-10-17 19:57:27 +02:00