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 issues #10269

Closed
2 tasks done
rednaxal opened this issue Apr 6, 2023 · 4 comments
Closed
2 tasks done

Dynamic Overhang Speed issues #10269

rednaxal opened this issue Apr 6, 2023 · 4 comments

Comments

@rednaxal
Copy link

rednaxal commented Apr 6, 2023

Description of the bug

Dynamic Overhang Speed is having couple issues.

  1. It says that in case a percentage is used then it calculates it from external perimeter speed. It seems like it is taking not the external perimeter speed only but the actual perimeter speed. For example in case of a small perimeter it takes the small perimeters speed as a base. So using percent is basically results in undefined behaviour. Or at least provide a minimal speed setting also there (same like in filament setting for cooling options) so that it doesn't drop slower than is allowed to.
  2. If '0' is left for any of the settings then this results in 0 speed for an overhang perimeter:
    изображение
    In printing this results in nearly zero speed (on Klipper) on such places which results in everything melted around a nozzle, because it just stops moving for a few seconds.
    It either should not accept 0 or warn or ignore the setting in case it is set to 0 I believe.

Project file & How to reproduce

Bug.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.6.0-alpha6+win64

Operating system

Windows 10

Printer model

Kingroon KP3S

@yodor
Copy link

yodor commented Apr 9, 2023

I hit this issue also, it says it will interpolate the speed but then it is not doing so. I have G1 F0 in gcode and then printer halts for incorrect speed 0.

@Jan-Soustruznik
Copy link
Collaborator

SPE-1650

@rednaxal
Copy link
Author

In addition to the problem above I've discovered another problem with this new feature. For some reason it interpolates speeds wrongly even when it has been set explicitly in mm per sec and not in percents. Example:
изображение
Why is it setting 4.1mm/s when it is supposed to be not less than 10mm/s:
изображение
Is it somehow considered this overhang to have a negative overlap? :)

@FidelCapo
Copy link
Collaborator

This issue should be fixed and fix will be part of next release.
Closing.

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

No branches or pull requests

4 participants