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

Monotonic Line Fill creates alot of gcode and can overwhelm pressure advance #8048

Open
3 tasks done
LamarcLS opened this issue Jan 15, 2025 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@LamarcLS
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.2

Operating System (OS)

Windows

OS Version

10

Additional system information

amd 5950x, rtx3070

Printer

elegoo neptune 4

How to reproduce

slice anything with top-layer fill "monotonic line". "Travel distance threshold" should be 0 in filament and printer/extruder.

orca will generate a travel path including retract, zhop, deretract to the next line which is fraction of a millimiter away. It will also cause the printer to try to reach travel speed which is impossible.

Actual results

In the result this can lead to underextrusion only for toplayers because of the shear amount of retracts that are very short burst. I think it might be overwhelming the PA algorithm since its a time and speed based Parameter. May also cause extruder skips potentially.

Screenshot (523)

Expected results

Monotonic line should never have actual deretract moving from one line to another. This was OK up until orca 1.9.1. NOK since 2.0 which brought.
Expected would be that the travel moves that are part of the "mono line" pattern are done without retracts and with top layer speed as it was in 1.9.1.

Screenshot (524)

Project file & Debug log uploads

utf.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

@LamarcLS LamarcLS added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant