Fractal Christmas Tree (Kochmas Tree) 3D Printer Model

Author: @
License: CC BY-SA
File formats: py,scad,stl
Download type: zip
Size:1.0MB

The file 'Fractal Christmas Tree (Kochmas Tree) 3D Printer Model' is (py,scad,stl) file type, size is 1.0MB.

Summary

Christmas Tree designs:
2017: Futuristic Christmas Tree
2018: Fractal Christmas Tree (Kochmas Tree)
2019: Hypocycloid Christmas Tree
2021: Minimalist Nativity

The model is made by extruding and twisting the Koch Snowflake into a Christmas Tree. This is the same fractal construction used in the Fractal candy dish.

Vase mode is recommended. Can be lit with a tea light when printed in vase mode with no bottom.

The number of recursions for the Koch Snowflake can be modified. For a 50-150mm tall tree, three iterations seems to work well, but for larger trees additional iterations may be nice.

The tree itself is highly parameterizable using the SolidPython file. The parameters are explained in the function header:

def kochmasTree(    diameter=100,       # Diameter of tree at widest point    height=150,         # Total height of tree    top_twist=180,      # Rotation in top part of tree    base_diameter=50,   # Diameter of base Koch snowflake    base_height=25,     # Height of tree base    base_twist=0,       # Twist of tree base    top_slices=100,     # Slices of top of tree extrusion    base_slices=2,      # Slices of base extrusion    koch_iterations=3,  # iterations of Koch Snowflake    ):
kochmasTree.py 2.2KB
kochmasTree.scad 60.8KB
kochmasTree.stl 7.0MB