3dSynth

Docs / G-code Sculptor

Open in the interactive docs reader

Julia Stack Mode

Example form

Julia Stack mode: organic fractal boundary shape

Julia Stack generates organic, flowing forms by stacking quadratic Julia set boundaries along height. Unlike the Profile Editor (where you draw the silhouette), Julia Stack replaces the profile with a mathematically generated outline per layer, then blends those outlines into a continuous surface.

When to Use It

The Mathematics

At a high level:

Julia Stack traces a smooth path through \(c\)-space and uses the Julia boundary at each step as the layer outline. Neighboring \(c\) values produce similar boundaries, which is why the shape morphs smoothly over Z.

Parameters

Center Re (c_x)
Real part of the center point for the path through Mandelbrot. Default: -0.25
Center Im (c_y)
Imaginary part of the center point. Default: 0
Radius A (Re)
Real amplitude of the elliptical path. Controls horizontal extent of c variation.
Radius B (Im)
Imaginary amplitude. Controls vertical extent of the path.
Size (mm)
Scale factor for the Julia set boundary. Determines the physical size of the print.
Iterations
Julia iteration count. Higher = sharper fractal details, but slower. Range: 20-150
Escape Radius
Threshold for Julia iteration escape. Default: 4. Higher values = smoother boundaries.
Smoothing
Number of smoothing passes applied to the boundary. Reduces spikes/artifacts.
Resolution
Multiplier for angular sampling. Higher = smoother curves, slower generation.
Twist
Rotation applied per layer. Creates spiral forms.

Practical Tuning Tips