Pallets
Layer Rotation

Layer Rotation

Layer rotation is a standard logistics technique for improving pallet stability. By rotating every Nth layer 90 degrees, items in adjacent layers cross over each other's seams, creating a mechanical interlock that prevents the stack from shifting sideways during transport.


How It Works

When layer rotation is enabled, the pallet solver builds layers in the normal orientation, then rotates alternating layers 90 degrees around the vertical axis as a post-processing step:

  • Layer 1 — original orientation (0 degrees)
  • Layer 2 — rotated 90 degrees (if rotating every 2 layers)
  • Layer 3 — original orientation
  • Layer 4 — rotated 90 degrees
  • And so on...
Side view (every 2 layers):

Layer 4:  ║ ═══╦═══╦═══ ║   ← rotated 90°
Layer 3:  ║═══╦═══╦═══╦═║   ← original
Layer 2:  ║ ═══╦═══╦═══ ║   ← rotated 90°
Layer 1:  ║═══╦═══╦═══╦═║   ← original
          ╚═══╧═══╧═══╧═╝
              pallet

The items in rotated layers bridge the vertical seams of the layer below, similar to how bricks in a wall overlap to create a strong bond.


Rotation Settings

Layer rotation is configured in the Palletize Panel or Palletize All dialog:

SettingBehavior
OffNo rotation. All layers have the same orientation. Default.
Every 2 layersLayers 2, 4, 6, 8... are rotated 90 degrees. Most common in practice.
Every 3 layersLayers 3, 6, 9... are rotated 90 degrees. Less frequent rotation for taller pallets.

When to Use Layer Rotation

Layer rotation is most effective when:

  • Items are uniform — all items in the pallet are the same size, so rotated layers produce the same footprint
  • The pallet will be stretch-wrapped — rotation creates edges for the wrap to grip
  • The pallet travels a long distance — more vibration and handling means more risk of shifting
  • You are using Column pattern — Column alone has no interlocking, so layer rotation adds the cross-layer bond

Combining Column pattern + rotation every 2 layers is one of the most common pallet configurations in warehouse logistics. It gives you maximum density from Column with cross-layer stability from rotation.


When Not to Use Layer Rotation

Layer rotation may not be ideal when:

  • Items are rectangular and fill the pallet exactly in one orientation — rotating 90 degrees may leave gaps if the pallet is not square
  • Items are square — rotating a square 90 degrees produces the identical arrangement, so rotation has no effect
  • Items vary significantly in size — mixed-size layers do not interlock cleanly when rotated
⚠️

Layer rotation does not affect fill rate — the same number of items fit per layer regardless of rotation. However, if the pallet surface is not square (e.g., EUR 1200 x 800 mm), rotated layers may have a slightly different arrangement than non-rotated ones because items see different available space along each axis.


Combining with Packing Patterns

Layer rotation works with any packing pattern, but some combinations are more effective:

Pattern + RotationStabilityNotes
Column + every 2 layersGoodThe classic warehouse configuration
Interlock + every 2 layersVery goodDouble interlocking (within layer + between layers)
Pinwheel + every 2 layersExcellentMaximum interlock in all directions
Best Fit + every 2 layersVariesDepends on item mix

Next Steps