Open PunyViking opened 5 years ago
I would imagine you would want to have the LED either on of off with active printing. It would not be hard to associate it with the active print. Sounds like fun. I don't have time to implement something like this right now, but it would not be difficult.
Ich würde mir vorstellen, dass Sie die LED beim aktiven Drucken entweder ein- oder ausschalten möchten. Es wäre nicht schwer, es mit dem aktiven Druck zu verknüpfen. Hört sich nach Spaß an. Ich habe momentan keine Zeit, so etwas umzusetzen, aber es wäre nicht schwierig.
nice ;)
@shadowCZ75 Take a look at this project https://www.thingiverse.com/thing:4079879 - you should be able to pull the necessary code to do this (and leave the Prwol stuff out). If you do so, post it up for everyone perhaps :-)
Here you go @PunyViking , I made a version in which an external LED will flash upon completion. I hacked together code and unfortunately can't find the other donor on github, but it appears to be @energiebrand perhaps...
@Qrome - If you're ever making changes to your code I find this a worthwhile feature :-) Great job.
Hi everybody,
I tried to implement all things from the link @highground88 mentioned. Unfortunately, I get no Prowl-notification and the LED is not blinking. I checked the code from the PDF twice and was not able to see any errors. The code is compiled without error messages. The printing job status is displayed correctly. Is there someone with working files with this modification?
I love this project! Got a all in one TTGO, esp8266 with a oled and battery charger/booster!
I want to build a few of these (9 pcs) for all the printers in our makerspace, so that the users can bring a printer-monitor with them anywhere inside the makerspace.
But I wondered if it would be possible to make a external LED/Neopixel flash only when the print is done?
I good with hardware, but not with software so I gave up trying to implement this myself