
Neopixel tank shroud fan cover
prusaprinters
<p>This is a remix of the EVA 3 Tank shroud with 2 pcb button neopixel, one in the logo and another to the print part.</p><p>For the top led, one file takes M3 x 3mm heatinserts and the other screws into the plastic.</p><p>For the bottom led it was a tab to hold it<br><br>This is my klipper config to enable the NeoPixel green on full time and turn on an off the white light:</p><p>Create a file named Neopixel.cfg</p><p>In there:</p><blockquote><p>[neopixel board_rgb]<br>pin: PB0<br>chain_count: 2<br>color_order: GRBW<br>initial_RED: 0<br>initial_GREEN: 0<br>initial_BLUE: 0<br>initial_WHITE: 0</p><p>[delayed_gcode Welcome_0]<br>initial_duration: 0<br>gcode:<br> SET_LED LED=board_rgb RED=0.0 GREEN=0.0 BLUE=0.0 WHITE=0.0</p><p>[delayed_gcode Welcome_1]<br>initial_duration: 0.1<br>gcode:<br> SET_LED LED=board_rgb RED=0 GREEN=0.1 BLUE=0 WHITE=0.0 INDEX=1 TRANSMIT=1</p><p>[delayed_gcode Welcome_2]<br>initial_duration: 0.2<br>gcode:<br> SET_LED LED=board_rgb RED=0 GREEN=0 BLUE=0 WHITE=1.0 INDEX=2 TRANSMIT=1</p><p><br>[gcode_macro LED_OFF]<br>gcode:<br> SET_LED LED=board_rgb RED=0 GREEN=1 BLUE=0 WHITE=0 INDEX=1 TRANSMIT=0<br> SET_LED LED=board_rgb RED=0 GREEN=0 BLUE=0 WHITE=0 INDEX=2 TRANSMIT=1</p><p>[gcode_macro LED_ON]<br>gcode:<br> SET_LED LED=board_rgb RED=0 GREEN=1 BLUE=0 WHITE=0 INDEX=1 TRANSMIT=0<br> SET_LED LED=board_rgb RED=0 GREEN=0 BLUE=0 WHITE=1 INDEX=2 TRANSMIT=1</p></blockquote><p>On the Printer.cfg add:</p><blockquote><p>[include Neopixel.cfg]</p></blockquote><p>On the Macro to start the print:</p><blockquote><p>gcode:<br> LED_ON</p></blockquote><p>On the Macro to end the print:</p><blockquote><p>gcode:<br> LED_OFF</p></blockquote><p>I'm no expert on klipper but this conf worked for my V-core</p><p>Any suggestion is wellcome</p><p>Enjoy</p>
With this file you will be able to print Neopixel tank shroud fan cover with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Neopixel tank shroud fan cover.