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

Scarf seams causing Z hopping with no horizontal travel #19833

Closed
Erosion139 opened this issue Oct 30, 2024 · 4 comments
Closed

Scarf seams causing Z hopping with no horizontal travel #19833

Erosion139 opened this issue Oct 30, 2024 · 4 comments
Labels
Status: Duplicate Duplicate of another issue. Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Type: Bug The code does not produce the intended behavior.

Comments

@Erosion139
Copy link

Cura Version

5.9.1 Beta

Operating System

Win11

Printer

Custom FFF

Reproduction steps

Use scarf seam

Actual results

before a scarf seam move the toolhead jumps up 0.2mm then back down 0.2mm for seemingly no reason causing an XY movement pause and apparent bump. It doesn't need to move Z, its already at where it needs to be. I tested this on the default 'draft' profile and only enabled a 15mm scarf. This behavior is on both the outer and inner walls.

Expected results

Scarf seams are supposed to mitigate travel pauses and consistent material over or undershoot when lifting to the next layer. But this is not mitigated if there are useless Z movements that especially dont move the X and Y. Print quality is reduced with scarf seams in this way.

Add your .zip and screenshots here ⬇️

image
image
image

V_20241029_143843_ES3.mp4
@Erosion139 Erosion139 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 30, 2024
@Erosion139 Erosion139 changed the title (SCARF SEAMS) Dont just sit there and do nothing! Scarf seams causing Z hopping with no horazontal travel Oct 30, 2024
@Erosion139 Erosion139 changed the title Scarf seams causing Z hopping with no horazontal travel Scarf seams causing Z hopping with no horizontal travel Oct 30, 2024
@GregValiant GregValiant added Status: Duplicate Duplicate of another issue. Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. and removed Status: Triage This ticket requires input from someone of the Cura team labels Oct 30, 2024
@GregValiant
Copy link
Collaborator

Thanks for the report.
Scarf Seams remain a work in process. I'll add this to the growing list of general bugginess that it is causing.

See #19804 and #19814 which aren't quite duplicates but point to issues with Scarf Seam.
I'll mark this as a duplicate and go ahead and close it since the team is aware of the problems with the current implementation of Scarf Seams in 5.9.0beta. Things like this are why there are beta's.

@GregValiant
Copy link
Collaborator

GregValiant commented Nov 8, 2024

@HellAholic - I still see this "up down" behavior in 5.9.0 Beta 2 in the travel moves.

;MESH:NONMESH
G0 F600 X59.211 Y112.668 Z1.2 >>>>> move up to the height of the next layer
G0 F10500 X59.211 Y112.668 Z1 >>>>>> This value appears to be incorrect
G0 X61.386 Y119.057
....... Combing Moves
;TIME_ELAPSED:252.614817
;LAYER:5
M117 6/367 | ET 4h08m
M118 6/367 | ET 4h08m
G0 X142.704 Y127.2 Z1.2 >>>>>>>>> correct layer height

Scarf seam Z.zip

Since the XY are unchanged in the problem line - should it only be re-setting the "F" to "speed_travel"?

@GregValiant GregValiant reopened this Nov 8, 2024
@HellAholic
Copy link
Contributor

@GregValiant
Fix is ready for this CURA-12268

In this PR:
Ultimaker/CuraEngine#2169

@GregValiant
Copy link
Collaborator

Here I am again. A day late and a dollar short.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants