Fixing Common OrcaSlicer Slicing Errors and Missing Layers
Even with a well-configured printer, slicing problems can appear that seem mysterious at first. OrcaSlicer is robust, but like any slicer, it depends on clean geometry and correct settings to produce reliable G-code. Here's how to diagnose and fix the most common issues users run into.
Problem 1: Missing Walls or Thin Features Not Printing
Symptoms
Features that appear in the model are missing in the layer preview, or the slicer seems to ignore thin walls entirely.
Causes & Fixes
- Feature is thinner than nozzle diameter: If a wall is less than your nozzle width (typically 0.4 mm), OrcaSlicer may not generate any toolpath for it. Fix: Enable Detect thin walls in Process → Quality settings, or redesign the model to be at least 0.45 mm thick.
- Wall count too low: Increase the Wall loops setting. For thin-walled objects (vases, enclosures), try setting walls to 2–3 and enabling Spiral vase mode if appropriate.
- Minimum extrusion length threshold: Very short toolpath segments may be culled. Lower the Minimum extrusion length in the advanced settings.
Problem 2: Holes in Top/Bottom Surfaces
Symptoms
The top or bottom surface of your sliced model shows gaps, mesh-like patterns, or outright holes in the layer preview — or in the actual print.
Causes & Fixes
- Too few top/bottom layers: Increase Top shell layers to at least 4–5. For a 0.2 mm layer height, this gives 0.8–1.0 mm of solid shell, which is usually enough to fully close the top.
- Low infill density: Very low infill (below 10%) can leave gaps in the top surface because there aren't enough infill lines to bridge across. Increase infill to 15–20% or enable Top surface ironing to smooth imperfections.
- Non-manifold geometry: If the model has holes in its mesh (non-manifold geometry), run it through a mesh repair tool like Microsoft 3D Builder, Meshmixer, or the online Netfabb service before importing.
Problem 3: Slicing Takes Extremely Long or Crashes
Symptoms
OrcaSlicer hangs or uses 100% CPU for minutes or crashes entirely during slicing.
Causes & Fixes
- Extremely high-polygon mesh: Models with millions of polygons can overwhelm the slicer. Use a tool like Meshmixer or Blender's Decimate modifier to reduce polygon count before importing.
- Too many support points: If using tree supports on a very complex model, try switching to normal supports or reducing the support density.
- Outdated OrcaSlicer version: Slicing performance improves with each release. Update to the latest version from GitHub.
Problem 4: Incorrect Dimensions After Printing
Symptoms
Printed parts are consistently larger or smaller than designed, or holes are too tight for their intended hardware.
Causes & Fixes
- Flow rate miscalibrated: Run OrcaSlicer's flow rate calibration (Calibration menu) for your specific filament.
- XY hole compensation: OrcaSlicer includes an XY Hole Compensation setting (Process → Advanced) specifically for adjusting hole diameters. A small positive or negative value (e.g., +0.1 mm) can make holes print to spec.
- Elephant foot on first layer: Reduce the First layer expansion setting or lower your bed temperature slightly.
Problem 5: "No Extrusion" Warnings in G-code Preview
If OrcaSlicer reports areas with no extrusion that should have filament, check these settings:
- Confirm the correct nozzle diameter is set in your printer profile.
- Make sure the model's scale is correct — an accidentally tiny model may have features below the minimum printable size.
- Check that the print profile (Process) is appropriate for the material — e.g., don't use a Flexible profile for PLA.
General Debugging Tip
Always use the Layer Preview (click Slice, then use the layer slider) before sending a print. Catching slicing problems in the preview takes seconds; catching them mid-print costs filament and time. Pay special attention to the first 5–10 layers and any complex overhanging features.