Avisos
Vaciar todo

LED light for Printing  

  RSS
tpawyant
(@tpawyant)
Active Member
LED light for Printing

Hello, Community

I am looking for a way to connect an LED light strip or some other LED light system to light up the workspace while printing.  I am currently running Octoprint from a Pi 4B on my MK3S+ MMU2 printer.  

I am looking for the LED lights to come on white when the printer starts printing; even at the start-up, when the bed and nozzle heat up, it would be fine.  I have seen several posts about connecting a LED strip to get all sorts of colors to show based on the state that the printer is in...not sure if there is an easy one to follow or not, but it looks a little complicated.

I check in on my printer during longer prints, and without a light, you can not see it when it gets dark in the room.  I am currently using a Logitech C920 webcam connected to the Pi.   

Any help or links would be great.  If there are instructions that make connecting a 24v LED light strip to the printer and creating the color change based on printer status easy to follow, I would consider that.

Thanks!

Respondido : 31/05/2022 1:03 pm
jsw
 jsw
(@jsw)
Famed Member
RE:

If you want smooth color changes and other visual effects you might want to look into what are called NeoPixels, which come in RGB and RGBW varieties.  They come in strips, arrays, various patterns, and even individual units.  They can be obnoxiously bright when lit at full luminance.

There are all kinds of code examples for doing colors and animation and such using the Pi or the Arduino/Feather.  My guess is that the Pi 4b has more than enough 'oompf' to run both Octoprint and a LED display.

Neopixels need only three connections, 5 volt supply, ground, and data in.  You daisy chain the data connections and each one uses the first command it sees and passes the rest down the chain.

Now as for powering the LEDs, I would use a buck converter off of the 24 volt supply.  These are only a few US $ and are high in efficiency and do not get hot.

You may think of LEDs as low-power devices, but when you get into arrays/strips of multi-color LEDs, it can add up fast.  I would not try to power these by using a spare 5v pin on the Pi or the Einsy.  There is a warning with one array that I am playing with for a non-3d print project (32 x 8) that if you try lighting up all of them maximum bright white, the array can draw as much as 15 amps at 5 volts!

Respondido : 31/05/2022 4:28 pm
JimB
 JimB
(@jimb)
Estimable Member
RE: LED light for Printing

I am using https://www.printables.com/model/4566-single-led-light-bar-prusa-i3-mk2mk3 which works great. It is on whenever the printer has power. I also have octopi (octoprint) working with Home Assistant to be able to power on/off the printer (and thus the light).

Respondido : 31/05/2022 4:31 pm
Eric E
(@eric-e)
Miembro
RE: LED light for Printing

 

Posted by: @jimb

I am using https://www.printables.com/model/4566-single-led-light-bar-prusa-i3-mk2mk3 which works great. It is on whenever the printer has power. I also have octopi (octoprint) working with Home Assistant to be able to power on/off the printer (and thus the light).

Oh, yes. I got the dual kit on Etsy.  Pretty simple install, not that expensive. Works a treat. Happy customer. 

I saw no merit in mood lights. I wanted more light so I could see better, and that is what I got. 

Don’t trust forum advice.

Respondido : 01/06/2022 5:52 am
HermannSW
(@hermannsw)
Estimable Member
RE: LED light for Printing

I powered cheap WS2812B rbg led ring with 5V, and just superglued it onto Raspberry v1 camera:
https://forums.raspberrypi.com/viewtopic.php?p=1977105&hilit=WS2812B+hermannsw#p1977105

I used it on my OctoPi stand for my 3Dprinter:
https://forum.prusa3d.com/forum/user-mods-octoprint-enclosures-nozzles/octopi-holder-for-prusa-mini/#post-584569

The light effects are fully controlled by OctoPrint WS2812 plugin.
By default it is flasshing, when a print starts it gets blue and turns more and more red until print temperature is reached.
There is torch button that allows to turn on bright white light for 10(?) seconds in OctoPrint GUI.

Respondido : 01/06/2022 6:30 am
HermannSW
(@hermannsw)
Estimable Member
RE: LED light for Printing

I forgot to mention, that OctoPrint allows for more (USB) cameras to be connected to a Raspberry Pi, and then being able to switch between cameras with OctoPrint GUI:
https://forums.raspberrypi.com/viewtopic.php?p=2006573#p2006562

I use a 2nd USB borescope camera for Nozzle view. It has its own led ring that is always on.
This is from a snapshot taken 5 days ago during a 6.5h print in completely dark room:

Only borescope camera would not be enough, but in addition to whole Scene camera this close view is very helpful.

Respondido : 01/06/2022 10:00 am
Compartir: