One year later, are there any plans to implement email notification?
- 2 years later...
How do I enable SMS notifications in Cura?
25 minutes ago, mbloom88 said:How do I enable SMS notifications in Cura?
You don't? As far as I know, Ultimaker has never had a product with any kind of SMS notification in it.
- 1 year later...
Hi, is there are already a script that would send email notifications about my Ultimaker s5 status?
- 1 year later...
And for people trying to get regular notifications to their emails, this functionnality is also broken.
Ultimaker, can you fix it please ? I already sent you an email regarding that problem.
email notifications is now part of Digital Factory.
Recommended Posts
nallath 1,124
Sorry about the lack of documentation. We've been meaning to update it (and write some guides on how to make plugins), but somehow it always ends up near the bottom of the list.
First off, the next release of Cura will support notifications for Windows & Linux (mac proved a bit harder to implement, so it will not be in the next release). This means that plugins can trigger certain messages on certain conditions, but this of course only works if Cura is still running on the background.
As for what you need; You probably need to create a "extension" type of plugin. If you have a look at the plugins in "Uranium" & "Cura", you can find a few examples for those. Extension plugins can be seen as the "not otherwise specified" plugin types (compared to file-readers / writers, view modes, scene tools & output devices).
If you are working with UM3 printers it might even be easier to write a custom script that polls the API of the printers and checks for state changes.
The output done by Cura can be caught. We currently have 2 plugins that handle the log messages; one of them logs it to file, the other to console. You could create a third plugin that writes it somewhere else (I would not recommend this, as the logging is not a stable API. There is a better way to get this info).
Link to post
Share on other sites