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

[4.13.1] Strange pathing. Nozzle visits a point without doing anything, before continuing to next area. Combing off. #11576

Open
1 of 2 tasks
printingotb opened this issue Mar 1, 2022 · 3 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@printingotb
Copy link

printingotb commented Mar 1, 2022

Application Version

4.13.1

Platform

win10

Printer

custom fff

Reproduction steps

Not sure, see the attached project. Combing is set to off.

Actual results

I can't tell if this is an issue in arachne since it uses so vastly different pathing so I'll post this just in case.
Nozzle visits a point without doing anything, before continuing to next area.

Expected results

Skip this extra travel move.

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

1
2
3
pathing.3mf.zip

@printingotb printingotb added the Type: Bug The code does not produce the intended behavior. label Mar 1, 2022
@smartavionics
Copy link
Contributor

I think it's due to monotonic ironing order being enabled. Looks like it's travelling to where it thinks the ironing will start but then the monotonic ordering kicks in and it goes off elsewhere.

@printingotb
Copy link
Author

Yep, doesn't happen if I turn off monotonic ironing.

@fvrmr
Copy link
Contributor

fvrmr commented Mar 7, 2022

Hi @printingotb thank you for your report.
I think this is related to the other issue related to Monotonic Ordering you reported a while a go: #10824 and we have a ticket on our backlog related to the travel moves with monotonic. I will link this ticket as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants