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

Dynamic overhang speed does not respect pressure equalizer limits #9485

Closed
1 of 2 tasks
murk-sy opened this issue Feb 1, 2023 · 9 comments
Closed
1 of 2 tasks

Dynamic overhang speed does not respect pressure equalizer limits #9485

murk-sy opened this issue Feb 1, 2023 · 9 comments

Comments

@murk-sy
Copy link

murk-sy commented Feb 1, 2023

Description of the bug

When enabling both Dynamic overhang speed and Pressure equalizer, the max volumetric slope is not respected when entering the dynamic overhangs. Both settings are experimental.
Side note: Dynamic overhang speed is not listed as experimental in the slicer, while Pressure equalizer is.

image

image

Project file & How to reproduce

  1. Insert model with overhangs (45° is fine)
  2. Enable both Dynamic Overhang Speed and Pressure equalizer
  3. Set both max volumetric slopes to a low number (such as 0,5 mm^3/s^2) for best visibility

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.6.0-alpha2

Operating system

Windows 10

Printer model

Prusa Mini

@kubispe1
Copy link
Collaborator

kubispe1 commented Feb 9, 2023

Thank you for your cooperation issue was tested. The fix will be part of the next release.

@kubispe1 kubispe1 closed this as completed Feb 9, 2023
lukasmatena pushed a commit that referenced this issue Feb 18, 2023
Should fix the following issues: #9594, #9485, #9563, #9588, #9610
Also fixed a problem with zero speed when dynamic speed was percentage based and speeds were set to 0 (auto)
@igiannakas
Copy link

Issue appears unresolved in the latest alpha. I still get abrupt speed change on overhang perimeters despite the volumetric slope being enabled.

@lukasmatena lukasmatena reopened this Feb 19, 2023
@igiannakas
Copy link

This pull request fully fixes it. I have manually merged it on my local machine and compiled it and the problem is solved:
#9622

@kubispe1
Copy link
Collaborator

kubispe1 commented Mar 8, 2023

@murk-sy can you retest with new 2.6.0-alpha5. There are fixes to this issue.

Fixed "Dynamic overhang speed" when Pressure equalizer was used (Changelog)

Thanks

@murk-sy
Copy link
Author

murk-sy commented Mar 9, 2023

@kubispe1 Does not appear to fix the issue

Same model:
image

Sample project:
image

2023-03-09 dynamic overhang speed - pressure equalizer.zip

@zxy16305
Copy link

zxy16305 commented Sep 11, 2023

in 2.6.1 has same problem, change pressure equalizer value not effect overhangs speed.

pressure equalizer set 10:
image

pressure equalizer set 0.1:
image

project:
Thumb_Saver_-_Massage_Tool.zip

@igiannakas
Copy link

As of 20231226 and PrusaSlicer 2.7.1. This issue still exist and causes very noticeable defects when dynamic overhang is at 5mm/s to fix curling on petg while the perimeter print speed is 40+mm/s Also the acceleration and decceleration happens way to early slowing down the whole print. Very annoying

Your best bet is to use orca slicer to be honest. I have ported over the pressure equalizer feature (extrusion rate smoothing) and have implemented the fixes proposed a year ago to respect pressure equalizer limits on external perimeters. Don’t think prusa will address this as, from what I see, don’t see the need for pressure equalizer on external perimeters at all.

@igiannakas
Copy link

image

@lukasmatena
Copy link
Collaborator

Fixed in PrusaSlicer 2.7.3-alpha1, thanks to @MGunlogson for the implementation. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants
@murk-sy @zxy16305 @lukasmatena @igiannakas @kubispe1 and others