I was looking for a cool design combined with the some RGB goodness.
29h 47m
1× print file
0.20 mm
0.40 mm
170.00 g
In the contest Winter Holiday Season
23
56
0
736
updated December 1, 2019

Description

PDF

I was looking for a cool design combined with the some RGB goodness. And came up with a Christmas wraith populated with Neopixels.

Video: https://twitter.com/MvdH74169613/status/1201270013765832706
More video's generated effect using wled:
https://twitter.com/MvdH74169613/status/1201838750998966272
https://twitter.com/MvdH74169613/status/1201844690959642625
https://twitter.com/MvdH74169613/status/1201841901994946560
https://twitter.com/MvdH74169613/status/1201840266291957760

I made the design so it can be easily printed. The led strips do not fit in perfectly because of this. But it fits, and you won't see it when it is blinking in gorgeous RGB goodness. The strips mounts are not fixed together, because the ledstrips will keep it in place. I glued the quarter parts together.

The complete wraith can be printed in 2 prints, but it will take 30 hours each print. But the amount of filament is only 170 gram per batch, so 340 gram in total.

It uses 65 led per strip coming at around 65 led 4 30mA = 10,4 Amps of power needed.

Yesterday I moved to esp32 with Wled (https://github.com/Aircoookie/WLED/wiki)
Just hook up al strips to the same pin (gpio2 for esp32)

The default Fastled demo-reel can be used.

I hooked the 4 ledstrips up to 4 pins:

define DATA_PIN1 9

define DATA_PIN2 10

define DATA_PIN3 11

define DATA_PIN4 12

And then add this:

FastLED.addLeds<LED_TYPE,DATA_PIN1,COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalLEDStrip);
FastLED.addLeds<LED_TYPE,DATA_PIN2,COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalLEDStrip);
FastLED.addLeds<LED_TYPE,DATA_PIN3,COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalLEDStrip);
FastLED.addLeds<LED_TYPE,DATA_PIN4,COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalLEDStrip);

I hope this will light up your holidays! I will update with a movie, if I find out how to do this!

Print instructions

Can be printed without supports!
All parts are the same parts, to make it a lot more easy.

Someone in the review complained his print failed, my MK3S had absolutely no issues. But be aware. It's not a print for shitty printers.

Tags



Model origin

The author marked this model as their own original creation.

License


Highlighted models from creator

View more