Replies: 7 comments 3 replies
-
This took WAY to long to find that https://www.3d-mes.com their site & discord seems to be German here is a auto translated google link https://www-3d--mes-com.translate.goog/?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp&_x_tr_hist=true
I think thats a good idea admittedly I would rather it be integrated with the printer as there is an interface in mainsail and I think fludd, but having options is nice so my two cents is to go for it. |
Beta Was this translation helpful? Give feedback.
-
Yes, 3D-MES is the program, their maker has unfortunately turned me down when I offered integrating my DIY scale into his system. |
Beta Was this translation helpful? Give feedback.
-
ESP32 solution is obvious. But RPi in the printer also has GPIO pins, so it is possible to connect the scale directly to RPi. I can technically imagine even multiple scales. But my IT skills concerning Klipper are equal to zero. |
Beta Was this translation helpful? Give feedback.
-
Did something like this for octoprint. But it's now discontinued. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback, everyone! The project has moved forward and so far I have built the embedded firmware, an MQTT-REST bridge, a.k.a SmartMass controller, a flexible dev drop-in for SpoolMan, and the printable model for the scale. I'm currently in the process of fine-tuning the model and ironing out bugs in both the embedded firmware and MQTT bridge. |
Beta Was this translation helpful? Give feedback.
-
ive got something similar in the works. but as a more Standalone approach to allow the use of any firmware, not just supported ones. |
Beta Was this translation helpful? Give feedback.
-
I built this and adapted the original code slightly to my needs. https://github.com/rainman19121979/Spoolman-Scale |
Beta Was this translation helpful? Give feedback.
-
I'm currently designing and building a esp32 based filament scale using a load cell. Currently, my solution has a display and an MQTT connection for Home Assistant integration. I have planned adding RFID reader, but my AliExpress delivery is taking a few more days. Also, the 3D models still need some refinement but once I'm happy with the result they will be released among the source code here on GH.
I have found this project by chance yesterday evening browsing the web and think it making it work with spoolman is rather easy and the perfect addition. Before I start the implementing your API, I have a few questions (due to the limited HW of the ESP32 I likely need to drop MQTT in favor of HTTP):
Let me know what you think! I was turned down by the author of 3D-MES yesterday when I asked if he's fine to let me add my solution to his filament management system - hopefully you're not doing the same :)
Beta Was this translation helpful? Give feedback.
All reactions