Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.9.0-beta.1] - Scarf seam disappointing performance #19804

Open
Hello1024 opened this issue Oct 25, 2024 · 4 comments
Open

[5.9.0-beta.1] - Scarf seam disappointing performance #19804

Hello1024 opened this issue Oct 25, 2024 · 4 comments
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@Hello1024
Copy link
Contributor

Cura Version

5.9.0-beta.1

Operating System

Linux

Printer

Anycubic Kobra Max with klipper

Reproduction steps

Enable Scarf Seams.

Observe print results.

Actual results

Regular seam with wipe:
PXL_20241025_100624474

Scarf seam:
PXL_20241025_100635950 MP

This is a sphere with "sharpest vertex", so the seam location jumps about a bit. Note how there is a distinct blob at the seam.

For the regular seam, there is a small blob at the start/end of the print (the right hand blob), and another blob at the end of the wipe.

For the scarf seam, we see a big blob at the start and end of the scarf, but also smaller blobs at every vertex along the scarf (presumably because there are brief stops/slowdowns there to change the z height)

Do others have better results here?

Expected results

No visible seam.

Add your .zip and screenshots here ⬇️

sphere_r-24mm (1).zip

@Hello1024 Hello1024 added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Oct 25, 2024
@GregValiant
Copy link
Collaborator

Thanks for the report.
After seeing a couple of reports I did some experiments.
This is a spliced Gcode. Regular Zseam at the bottom, scarf Zseam at 0.5 in the middle, and scarf seam at 1.0 at the top.
It will always be tough to totally hide the zseam because it is different than the adjacent extrusions and reflects the light differently.
The 1.0 setting of the top portion resulted in a nearly flat seam. I like that as it would be good for printing things like threads. I don't like the Printing Time hit that the Scarf Seam causes (about +30% on my experiments).
Scarf

After reading the settings for the model that UM posted on Thingiverse I tried Scarf seam at 15.0 with a 2 wall print.
I'm not impressed with this one. I sliced the model with 2 walls and no infill. The "inside" seam was very noticeable.
image

@Hello1024
Copy link
Contributor Author

Hello1024 commented Oct 27, 2024 via email

@Hello1024
Copy link
Contributor Author

Hello1024 commented Oct 27, 2024

Also see here: #19805

I have tried a different approach and achieved invisible seams - if you are up for compiling code you could try it.

It's far from finished - the code is ugly and there is no setting to control it, but it does result in no visible seam, even with inside-to-outside wall printing order. Print time is also sped up vs scarf seams for the two-wall case. It gets rid of blobs on support walls (which improves print quality where support is used), and makes tree supports printable faster.

@josh9465
Copy link

josh9465 commented Jan 7, 2025

IMG_7392
I get a line blob if I use scarf. Left and middle are scarf enabled. Right is scarf disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants