From af7432bfb8456964f2e6002bde53765ff890cd9f Mon Sep 17 00:00:00 2001 From: Sebastian Andersson Date: Wed, 6 Mar 2024 07:05:58 +0100 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f87bb0..cd86dc6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Set loaded spool & filament in klipper from NFC tags. -WARNING: This is Work In Progress and not yet tested - ## Preparing an NFC reader @@ -80,4 +78,5 @@ klipper via the [Moonraker](https://github.com/Arksine/moonraker) API. I've written to my tags with an Android phone and NXP's TagWriter. -TODO: Write it with the NFC interface. A TUI selecting the spool to write? +write.tags.py is supposed to use Spoolman's database to write +the right values to the tags, but it is not working yet.