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 + Outer Wall Wipe Distance not working as expected on 5.9.0 Beta #19860

Closed
tripartist1 opened this issue Nov 5, 2024 · 3 comments
Labels
Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. Type: Bug The code does not produce the intended behavior.

Comments

@tripartist1
Copy link

tripartist1 commented Nov 5, 2024

Cura Version

5.9.0 Beta

Operating System

Windows 10

Printer

Ender 3v2 Klipper

Reproduction steps

  1. Load a default draft profile
  2. Enable "Outer wall wipe distance" by setting its value to >0 (I set to 5mm for visibility)
  3. Enable Scarf Seams by setting "Scarf Seam Length" to >0 (I set to 10mm for visibility)
  4. Slice any model (I used a basic cylinder from "parts for calibration")

Actual results

Gcode is generated to

  1. Complete the scarf seam
  2. Move back to the start of the wall (in my case 10mm)
  3. Complete the outer wall wipe move

Expected results

Same as Actual Results, minus 2:

  1. Complete the scarf seam
  2. DO NOT move back to the start of the wall (in my case 10mm)
  3. Complete the outer wall wipe move

I expect the wipe to happen immediately after the seam, as it does with normal seams. Traveling back to the start of the wall defeats the whole purpose.

Add your .zip and screenshots here ⬇️

None needed, simple changes from default profiles.

@tripartist1 tripartist1 added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Nov 5, 2024
@tripartist1 tripartist1 changed the title Scarf Seams + Outer Wall Wipe Distance not working as expected Scarf Seams + Outer Wall Wipe Distance not working as expected on 5.9.0 Beta Nov 5, 2024
@GregValiant
Copy link
Collaborator

Thanks for the report.
Scarf Seam is being worked on for the beta II release.

@HellAholic - this may be something to interest you.

@HellAholic
Copy link
Contributor

@GregValiant thanks for the poke.
We discussed this the other day internally, we're gathering a list of dependencies and behaviors for the scarf seam interaction with other settings. We're also running tests and experimenting with different values and approaches.
I added a ticket for this one since I also don't think the behavior is as expected, even if the travel back to the seam location happens then it should wipe for the indicated distance rather than the current behavior.

Outside of that, the scarf seam is acting like the wipe distance with flow control so it should not be necessary to add a wipe distance with the scarf seam.

Wipe distance of 1mm ( wipes at 1mm from the start of the seam location for length of 0)
image

wipe distance of 5mm (wipes at 3mm from the start of the seam location for length of 2mm)
image

internal reference: CURA-12266

@HellAholic HellAholic added Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. and removed Status: Triage This ticket requires input from someone of the Cura team labels Nov 5, 2024
@MariMakes
Copy link
Contributor

👋 Quick update on our side.
This is resolved in the 5.9 release 🎉 , you can download the Cura version with the fix here: https://github.com/Ultimaker/Cura/releases/tag/5.9.0

I'll close this issue since it's resolved.
Thanks again, and please let us know if you run into any other issues 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

4 participants