This is a simple remix of the EVA 3 small shroud with the small addition of a wider chin with a simple opening for a single NeoPixel to light up the hotend.
I was in a need for some light quickly, so theres not a mechanism in place to hold the NeoPixel yet. I simply glued mine in.
I will improve on this when I have some time.
I am using an Adafruit SK6812 NeoPixel
Below is a sample klipper config to enable the NeoPixel on full time:[neopixel hotend_rgb]pin: PA3# The pin connected to the neopixel. This parameter must be# provided.#chain_count:# The number of Neopixel chips that are "daisy chained" to the# provided pin. The default is 1 (which indicates only a single# Neopixel is connected to the pin).color_order: GRBW# Set the pixel order required by the LED hardware. Options are GRB,# RGB, GRBW, or RGBW. The default is GRB.#initial_RED: 0.0#initial_GREEN: 0.0#initial_BLUE: 0.0initial_WHITE: 1.0# Sets the initial LED color of the Neopixel. Each value should be# between 0.0 and 1.0. The WHITE option is only available on RGBW# LEDs. The default for each color is 0.
The author remixed this model.