You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When priting a bridge (e.g. "bridge torture test" object from thingiverse) with "Seam position" set to "Random", slic3r often starts printing the bridge from the middle of the gap which is to be bridged. The first trace is therefore not attached to anything, and real print starts from the next trace.
Expected results: even with "Seam position = Random", the layer should start (randomly) from a point that is not part of a bridge.
I have fixed that in the Prusa3D fork. The fix avoids placement of the seam on a bridging perimeter, even in the random seam mode. This means it will avoid bridging overhangs as well. I think this is a reasonable implementation, because a seam on an overhang perimeter is bad as well.
Version
slic3r-1.2.9-8.fc24.x86_64
Operating system type + version
Fedora 24
Behavior
Expected results: even with "Seam position = Random", the layer should start (randomly) from a point that is not part of a bridge.
bridge.zip
The text was updated successfully, but these errors were encountered: