What is a Slicer?
A slicer is the software that turns a 3D model into the exact layer-by-layer moves and extrusion commands your printer can execute (usually G-code). Your printer profile, filament behavior, and chosen print settings combine to determine the toolpath: where plastic goes, where it doesn’t, and how likely the print is to succeed.
TL;DR
A slicer turns your model into G-code toolpaths; before you print, always use the slicer preview to verify the first layer, walls/thin features, supports, and travel moves so you don’t discover problems after hours of printing.
What the slicer outputs (what your printer actually follows)
The printer does not “print the model.” It follows a list of commands that specify motion and extrusion over time. The slicer generates the exact paths and settings for perimeters (walls), infill, top/bottom surfaces, supports, retractions, travel moves, and the first layer, along with temperatures, fan behavior, and speeds.
Three inputs that change the same model dramatically
A single STL/3MF can print very differently depending on: (1) the printer profile (build volume, nozzle size, firmware flavor, acceleration/jerk limits), (2) the filament profile (temperature range, cooling needs, flow and shrink behavior), and (3) the process settings for this job (layer height, line width, walls, infill, supports, speeds). The slicer’s job is to combine these into toolpaths that are physically printable on your machine with your material.
How slicer settings show up in the finished part
- Surface detail
- Layer height, line width, seam placement, and cooling largely determine visible layer texture and edge sharpness.
- Success rate
- First layer decisions, temperatures/fan, support strategy, and travel/retraction often decide whether the print completes cleanly.
- Strength
- Orientation, wall count, top/bottom thickness, and layer bonding usually matter more than infill percentage alone.
- Print time
- Layer height, speeds and acceleration limits, and support volume dominate print time; failed prints cost the most time.
Workflow: model to printable file
- Import the model and verify units/scale, then place it on the build plate.
- Orient the part (this affects strength, surface quality, and support needs).
- Select the correct printer profile (nozzle size and firmware flavor must match your machine).
- Select a filament profile or set temperature and cooling targets.
- Choose process settings: layer height, walls, infill, supports, speeds/accelerations.
- Use preview to inspect toolpaths layer-by-layer and spot problems early.
- Export the printer instructions (often .gcode) and start the print.
Practical starting habits that save hours
- Test new settings on a small part (or a small section of the part) before committing to a long print.
- When troubleshooting, change one setting at a time so you know what helped.
- Compare slicer preview to the finished part and note mismatches (missing walls, ugly seams, weak layers).
- Save a known-good profile per printer, nozzle size, and filament type; copy it before experimenting.