Duplicate: Bridge Overlap [CLOSED] #621

Closed
opened 2026-04-05 16:24:13 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ZoskyZosk on 2/24/2026

Is there an existing issue for this feature request?

  • I have searched the existing issues

Description
Current bridge density capped at 100% max prevents line overlap, causing micro-gaps every 5-6 lines despite perfect flow/speed.

Photos: [Upper=0.8 flow, Lower=0.75 flow with gaps][IMG_20260224_134908.jpg]

Image

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

Requested: Add "Bridge overlap" slider (100-150%) in Process > Quality > Bridges, like perimeter overlap.

Why crucial
Mirror surface finish without gaps
Pro-level bridges for Voron/Bambu users
Reduces post-processing

Current vs Proposed

Current Proposed
Bridge flow ratio Bridge flow ratio
Bridge density ≤100% Bridge overlap 100-150% ← NEW
Bridge speed Bridge speed

Proof of concept
Voron Switchwire test arch:

  • 0.75 flow + 0.15mm Z distance = smooth fusion
  • But micro-gaps every 5-6 lines (see photo)
  • +0.07mm thickness (near perfect)

Implementation hint
src/slicer/bridge.cpp: line_spacing *= (2.0 - overlap_ratio)

Describe alternatives you've considered

No response

Additional context

No response

*Originally created by @ZoskyZosk on 2/24/2026* ### Is there an existing issue for this feature request? - [x] I have searched the existing issues ### Is your feature request related to a problem? Description Current bridge density capped at 100% max prevents line overlap, causing micro-gaps every 5-6 lines despite perfect flow/speed. Photos: [Upper=0.8 flow, Lower=0.75 flow with gaps][IMG_20260224_134908.jpg] ![Image](https://github.com/user-attachments/assets/45c79cf8-d24b-4ead-be18-5c8a1610f512) ### Which printers will be beneficial to this feature? All ### Describe the solution you'd like Requested: Add "Bridge overlap" slider (100-150%) in Process > Quality > Bridges, like perimeter overlap. Why crucial ✅ Mirror surface finish without gaps ✅ Pro-level bridges for Voron/Bambu users ✅ Reduces post-processing Current vs Proposed | Current | Proposed | |---------|----------| | Bridge flow ratio | Bridge flow ratio | | Bridge density ≤100% | Bridge overlap 100-150% ← NEW | | Bridge speed | Bridge speed | Proof of concept Voron Switchwire test arch: - 0.75 flow + 0.15mm Z distance = smooth fusion - But micro-gaps every 5-6 lines (see photo) - +0.07mm thickness (near perfect) Implementation hint src/slicer/bridge.cpp: line_spacing *= (2.0 - overlap_ratio) ### Describe alternatives you've considered _No response_ ### Additional context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#621