Santa hat for low-poly pikachu
Santa hat fits on head (actually on a right ear ;-) ) of Low-Poly Pikachu by FLOWALISTIK.
I printed it with white PLA plastic, and my daughter painted the middle part with red acrylic painting.
There were problems during printing with low adhesion of the pom-pom, which I resolved by using brim, and by printing more hats at once, where the brims were joined together (see photo).
Using OpenSCAD source
To use attached .scad file, you would need:
- pikachu_1gen_flowalistik.STL from Low-Poly Pikachu by FLOWALISTIK - I put it to the same directory as pikachu-santa-hat.scad
- installed OpenSCAD libraries:
- https://github.com/OskarLinde/scad-utils (I put them on Linux to
~/.local/share/OpenSCAD/libraries/scad-utilsdirectory) - skin.scad from https://github.com/openscad/list-comprehension-demos (I put it to
~/.local/share/OpenSCAD/librariesdirectory)
- https://github.com/OskarLinde/scad-utils (I put them on Linux to