Skip to content

Fixing Wavy Walls & Sagging Bridges: OrcaSlicer 2.3.2 Flow Tuning

Even after extensive tuning, such as running resonance compensation, 3D printed parts can still exhibit visual artifacts. Common issues include sagging bridges and “wavy” or “bulging” outer wall textures, which persist despite standard calibration efforts. OrcaSlicer 2.3.2 (Release Candidate) introduces highly granular software adjustments to address these specific hardware-extrusion bottlenecks.

This technical guide documents the process of utilizing structure-specific flow ratios and high-density bridging to achieve injection-molded surface qualities.


The Hardware Bridge: Extrusion Consistency

Section titled “The Hardware Bridge: Extrusion Consistency”

Software flow tuning is only effective if your hardware maintains consistent volumetric pressure. For these tests, we rely on the Creality K2 Plus to ensure baseline stability, utilizing eSUN PLA+ to accurately gauge the effect of flow modifications.

Affiliate Notice: Purchasing through these links supports the Minimal 3DP ecosystem at no additional cost to you.


Granular Flow Control: Eliminating the Ripple Effect

Section titled “Granular Flow Control: Eliminating the Ripple Effect”

Previous slicer iterations relied heavily on a global flow rate multiplier. OrcaSlicer 2.3.2 allows users to independently adjust the flow ratio for almost every distinct print structure (outer walls, inner walls, first layer, etc.).

When utilizing a uniform flow rate, the volume required for optimal layer adhesion on inner walls or infill often causes slight over-extrusion on the outer perimeters, resulting in a visible “ripple effect” or wavy interface on thin walls.

By navigating to the Quality tab and checking the “Set other flow ratios” box in the Walls and Surfaces section, we can decouple these values.

  1. Establish Baseline: Determine your optimal global flow rate. In our K2 Plus testing, the baseline flow was 0.98, whereas OrcaSlicer defaults to 1.0.
  2. Isolate Outer Walls: Decrease the flow rate strictly for the “Outer Wall” parameter.
  3. Result: Lowering the flow rate specifically on the outer perimeter eliminates the wavy texture, resulting in a visually smoother face and sharper corners without compromising the structural integrity of the infill.

High-Density Bridging: Structural Overhauls

Section titled “High-Density Bridging: Structural Overhauls”

Bridging unsupported geometry traditionally involves stretching filament across a gap. OrcaSlicer 2.3.2 introduces a setting designed to increase the density of the bridging surface, placing the extruded lines closer together to form a solid sheet.

Using the Unsupported Bridge Experiments Model, we observed the following:

  • Untuned Bridging: Lines are spaced far apart, lacking adhesion, resulting in gaps and severe sagging.
  • High-Density Enabled (Flow = 1.0): The top surface solidifies significantly, but requires further flow tuning.
  • High-Density + Altered Flow: The release notes advise using a lower flow rate paired with higher density. Testing with an erroneously high flow rate produced poor top surfaces. The ideal configuration requires matching the high density (closer lines) with a proportional drop in bridging flow to prevent material pooling.

When pushing high-density bridging and rapid flow transitions on high-speed machines, your Klipper extruder settings must be configured to handle sudden spikes in max_extrude_cross_section, especially if overlapping perimeters occur.

# Minimal 3DP Extruder Baseline (printer.cfg)
[extruder]
# Ensure this value accommodates high-density bridging calculations
max_extrude_cross_section: 5.0
# Ensure your pressure advance is tuned for the specific filament
# to prevent bulging during the rapid decelerations of bridging
pressure_advance: 0.04
pressure_advance_smooth_time: 0.040