Skip to content
Utah Community Learning

What a slicer does, plain and simple

About 18 minutes

What a Slicer Does, Plain and Simple

New module. We've spent a lot of time on filament, and before that the machine itself. Now the software that sits between "I found a cool model online" and "the printer actually does something with it." That's the slicer.

The plain version. A 3D model on your computer is just a shape — a solid object described in math, no layers, no printer instructions, nothing your machine can use. The slicer cuts that shape into hundreds or thousands of thin horizontal layers, near enough like slicing a loaf of bread, then writes out exact instructions: move here, extrude this much, go this speed, do it again one layer up. The file it spits out is called G-code. The printer doesn't read your STL file. It reads G-code. The slicer is the translator in between.

That's the whole job. Everything else the slicer does is just decisions about how to cut those slices and what to tell the printer at each one.

The three things you're actually controlling

Open a slicer for the first time and it looks like a wall of buttons. Almost all of them boil down to three settings.

Layer height. How thick each slice is. Thinner layers: more detail, longer print. Thicker layers: faster print, rougher look. For most things I run 0.2mm and don't think about it again.

Infill. Nothing you print is solid plastic all the way through unless you tell it to be, and you almost never want that. Infill is the internal lattice pattern holding the shell up. 15 to 20 percent is fine for most stuff around the house. A phone stand doesn't need to be a brick.

Supports. If part of your model hangs out in open air with nothing under it, the printer can't print into empty space. Supports are scaffolding the slicer adds and you snap off later. Overhangs past about 45 degrees usually need them. Anything less steep, the printer can usually bridge on its own.

Speed, temperature, retraction, all the rest of it matter, and we'll get into some of them later. But layer height, infill, and supports are 90 percent of what you'll actually touch as a beginner.

Walking through it once

Say you've got an STL file for a simple box with a lid, something like the organizer bins I did for my garage pegboard.

  1. Open the slicer, import the file.
  2. Check the orientation. The slicer usually guesses right, but not always. Put the flattest face down on the bed if you can, since that's your first layer and your first layer is the whole print.
  3. Set your layer height. 0.2mm, default, don't overthink it yet.
  4. Set infill. 15 to 20 percent for something like a bin.
  5. Check if it needs supports. A simple bin usually doesn't.
  6. Hit slice. The software chews on it for a few seconds and shows a preview, basically a little animation of every layer stacking up.
  7. Check the estimated time and filament use. This is where you catch problems before they cost you plastic. A simple bin saying 14 hours means something's wrong — check your scale or your settings, don't just start the print and hope.
  8. Export or send the G-code to your printer.

That preview step matters more than people think. It's free information. Look at it before you print, not after.

The eleven bins

I mentioned the pegboard organizers already, sort of. Here's the actual story, because it's a good lesson in checking your work before you commit plastic to it.

I needed nine bins for my garage pegboard. Set up the file, told the slicer to print the batch, and didn't recount anything before I hit go. Printed eleven. Two extra bins, sitting on my shelf right now, holding absolutely nothing. It still bothers me a little, and I can't fully justify why, because two spare organizer bins is not a real problem to have. But it's a small case of exactly what I just told you to do: check the slicer preview before you print, not after. I had the file open. I could've counted the objects on the plate in ten seconds. I didn't.

Small mistake, no real cost. Scale that up to an 8-hour print and it's not a small mistake anymore.

One opinion I'll stand by, the same one I've said before about buying versus printing: don't assume the default slicer settings are wrong just because there's fifty other options staring at you. Most slicers ship sane defaults for PLA. Change what you need to change. Leave the rest alone.

Before next time

Install a slicer if you haven't already — Cura and PrusaSlicer are both free and both fine. I won't tell you one's better. I use PrusaSlicer, that's a preference, not a finding. Import any STL file, even a random one off a model site, and slice it. Don't print it yet. Look at the layer preview and see if it makes sense to you.

What a slicer does, plain and simple · 3D Printing 101 · Utah Community Learning