Top/Bottom Layer Count to Thickness

Convert top and bottom solid layer counts into total thickness in mm

Converts top and bottom solid layer count settings into actual thickness in millimetres for any layer height, and finds the layer count needed to reach a target thickness. Recommends a 4–6 layer minimum to avoid pillowing through infill. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How do I convert layer count to thickness?

Multiply the number of solid layers by the layer height: thickness = layers × layer height. For example, 5 top layers at a 0.2 mm layer height give 1.0 mm of solid top. The same formula applies to the bottom layers.

The solid top and bottom of a 3D print are built from full solid layers that close off the part above and below its hollow infill. Set too few and the top sags into the infill gaps — a defect called pillowing — while too many waste time and plastic. This calculator converts your top and bottom layer counts into actual thickness in millimetres, and works backwards to tell you how many layers reach a target thickness.

How it works

Each solid layer is exactly one layer-height tall, so the total solid thickness is the layer count times the layer height:

top thickness = top layers × layer height

bottom thickness = bottom layers × layer height

To hit a specific target thickness you round up, since you can only print whole layers:

layers needed = ceil(target thickness / layer height)

The recommended minimum is roughly 0.8 mm, or about 4 layers at a 0.2 mm layer height. The calculator flags top or bottom counts that fall short of that guideline.

Example

Five top layers at a 0.2 mm layer height:

top thickness = 5 × 0.2 mm = 1.0 mm

To instead guarantee a 1.0 mm solid skin at a finer 0.1 mm layer height you would need ceil(1.0 / 0.1) = 10 layers — twice as many for the same thickness, because each layer is half as tall.

Notes

Always reason in millimetres of solid skin, not raw layer count, because the right count depends entirely on your layer height. The top layers have the harder job: they must bridge across the infill voids and stay flat as they cool, so they tend to need a layer or two more than the bottom, which prints flat against the build plate. If the top of your prints looks bumpy or shows the infill pattern, add solid top layers until you reach at least 0.8–1.0 mm and improve part cooling. All calculations run locally in your browser.