christmas pixel wraith - prusaprinters · 29.78 hrs 1 pcs f 0.20 mm k 0.40 mm h 1 170.00 g d mk3/s...

3
Summary 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 eect 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 t in perfectly because of this. But it ts, and you won't see it when it is blinking in gorgeous RGB goodness. The strips mounts are not xed 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 lament 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. MvdH Christmas Pixel Wraith VIEW IN BROWSER updated 10. 12. 2019 | published 3. 12. 2019

Upload: others

Post on 13-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Christmas Pixel Wraith - PrusaPrinters · 29.78 hrs 1 pcs f 0.20 mm k 0.40 mm h 1 170.00 g d MK3/S Print Files (.gcode) DOWNLOAD ALL FILES 79.6 MB 29.78 hrs f 0.20 mm k 0.40 mm h

Summary

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/1201270013765832706More 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 inperfectly because of this. But it fits, and you won't see it when it is blinkingin gorgeous RGB goodness. The strips mounts are not fixed together,because the ledstrips will keep it in place. I glued the quarter partstogether.

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

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

MvdH

Christmas PixelWraith

VIEW IN BROWSER

updated 10. 12. 2019 | published 3. 12. 2019

Page 2: Christmas Pixel Wraith - PrusaPrinters · 29.78 hrs 1 pcs f 0.20 mm k 0.40 mm h 1 170.00 g d MK3/S Print Files (.gcode) DOWNLOAD ALL FILES 79.6 MB 29.78 hrs f 0.20 mm k 0.40 mm h

29.78 hrs

1 pcs

f

0.20 mm

k

0.40 mm

h

1

170.00 g

d

MK3/S

Print Files (.gcode) DOWNLOAD ALL FILES

79.6 MB

29.78 hrs f 0.20 mm k 0.40 mm h PLA 170.00 g d MK3/S

updated 1. 12. 2019

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 10define 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 findout how to do this!

Seasonal designs > Winter & Christmas & New Year's

neopixel ledstrip christmasdecorations christmas arduino

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

pixel-wreath-half_02mm_pla_mk3s_1d5h47m.gcode