From b7004f5b71ffb73ff74566c3ccb8aea1809a61ec Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Thu, 13 Feb 2025 16:19:42 +0100 Subject: [PATCH] add scale image to README for enhanced visual representation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b3bd80..827c3cb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ FilaMan is a filament management system for 3D printing. It uses ESP32 hardware Users can manage filament spools, monitor the status of the Automatic Material System (AMS) and make settings via a web interface. The system integrates seamlessly with [Bambulab](https://bambulab.com/en-us) 3D printers and [Spoolman](https://github.com/Donkie/Spoolman) filament management as well as the [Openspool](https://github.com/spuder/OpenSpool) NFC-TAG format. +![Scale](./img/scale_trans.png) + ### ESP32 Hardware Features - **Weight Measurement:** Using a load cell with HX711 amplifier for precise weight tracking. - **NFC Tag Reading/Writing:** PN532 module for reading and writing filament data to NFC tags.