Thanks gr5 for your reply.
Goal of our studie is to identify filament and to make a web request to offer services to our customer like discount or others (not defined yet)
I will check with software developper to validate faisability.
Don't hesitate to reply if you have some suggestions or recommendations.
Best regards
Recommended Posts
gr5 2,070
The UM3 is all open source. You can have one of your developers download the source and look through it.
It's very unclear what you want to do however. If you want to just want to tag filaments you can create your own NFC tags with your own materials - each material has it's own GUID so you can make your own GUID for your own filament and you can easily add menus in cura that read that and load the proper profile.
Loading the proper profile is pretty easy - I recommend you install cura and look at the existing profiles for PLA and ABS, etc. They default in the cura folder but you can also put your own profiles into appdata cura folder and cura reads there also.
So far... zero programming - just create profiles which are basically lists. I suppose they are javascript? But it's like "nozzle_temp=220". Something like that. Very simple. Not really programming.
But if you want NFC to access something completely different then you will need to write custom code. All the code that deals with NFC is in python and is on the printer itself. There is a linux computer on the UM3 and you can ssh into it and see all the python code and edit it or whatever.
Link to post
Share on other sites