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

Print speed < 1mm/s for small perimeter while 60mm/s is set #1948

Closed
Sverto opened this issue Nov 22, 2021 · 9 comments
Closed

Print speed < 1mm/s for small perimeter while 60mm/s is set #1948

Sverto opened this issue Nov 22, 2021 · 9 comments
Labels
bug Something isn't working as intended fixed for the next version That means that you should be able to test it in the latest nightly build

Comments

@Sverto
Copy link

Sverto commented Nov 22, 2021

Describe the bug
With several prints I've noticed a perimeter speed of less than 1mm/s resulting in a failed print.
The default perimeter speed is set to auto.
The "small_perimeter_speed" value is set to 60mm/s.
Thin walls is turned off (in case it's relevant).
The minimum filament layer cooling speed is set to 10mm/s.

I've tried to find the cause and it seems that 'when a perimeter falls into the small_perimeter_speed category' its speed is reduced to < 1mm/s while the actual "small_perimeter_speed" value is set to 60mm/s.

To Reproduce
Steps to reproduce the behavior:

  1. Set perimeter speed to auto
  2. Slice an object with a perimeter that falls into the small perimeter category
  3. Notice the inexplicable slow speeds for these perimeters

>> Project File <<
superslicer_bug.zip

Expected behavior
The configured small perimeter speed value to be respected (or minimum layer cooldown speed).

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Version: 2.3.57.4

Could this be verified?
Thank you in advance.

@Sverto Sverto changed the title Print speed < 1mm/s for small_perimeter_speed while 60mm/s is set Print speed < 1mm/s for small perimeter while 60mm/s is set Nov 22, 2021
@supermerill
Copy link
Owner

There is something weird.

@supermerill supermerill added the bug Something isn't working as intended label Nov 23, 2021
@TokkenStrike
Copy link

Came here to see if anyone else had this issue.
I got the speed below 0.1mm/s and only noticed it when the printer actually stoped moving (at least I didn't see it move) in the middle of the print.
Also lowerging min length decrease the speed (was expecting it to increase but I may be wrong...), and matching min and max length use the right speed.

@supermerill
Copy link
Owner

Found the problem. I applied the slowdown below the '0' was replaced.

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Dec 3, 2021
supermerill added a commit that referenced this issue Dec 4, 2021
supermerill added a commit that referenced this issue Dec 6, 2021
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Dec 15, 2021
@afbenevides
Copy link

Hello, I know this one is closed, but I think I may be seeing the same/similar problem while on version 2.3.57.10_2022-02-03 (on OSX)

Maybe one of you can comment on that?

Here is what I get with different settings from 0, percentage % and mm/s setting. Maybe I did not understand well the auto functionality for this parameter and that it refers to another parameter that is wrong, but I hope someone can point me out where to look for that fix.

Would it be looking for the 0 mm/s (for auto parameter of perimeter_speed) for the speeds parameters in the top of same page instead of the resulting speed of the automatic calculated speed ?

Thanks in advance

0 (auto auto setting)
Capture d’écran, le 2022-02-10 à 10 45 27
Capture d’écran, le 2022-02-10 à 10 46 18

50% setting
Capture d’écran, le 2022-02-10 à 10 46 38
Capture d’écran, le 2022-02-10 à 10 48 51

50mm/s setting
Capture d’écran, le 2022-02-10 à 10 47 26
Capture d’écran, le 2022-02-10 à 10 48 01

@supermerill
Copy link
Owner

@afbenevides can you post your project file?

@afbenevides
Copy link

@afbenevides
Copy link

@supermerill thanks for looking

@supermerill supermerill added fixed for the next version That means that you should be able to test it in the latest nightly build and removed fix is live in the last release Please download /build the last release and try to reproduce. labels Feb 10, 2022
supermerill pushed a commit that referenced this issue Feb 12, 2022
first_layer_infill_speed now take the first_layer_speed if set tot 0
#1948
DzzD pushed a commit to DzzD/SuperSlicer that referenced this issue Apr 17, 2022
first_layer_infill_speed now take the first_layer_speed if set tot 0
supermerill#1948
@Seafnox
Copy link

Seafnox commented Mar 9, 2023

Still Have that issue on Version 2.5.59.2 [Reason is founded, not a bug]

With Default speed - 120 mm/s

When External perimeter speed is 50% - real speed in thin perimeter is 11.4
When External perimeter speed is 100% - real speed in thin perimeter is 12
When External perimeter speed is 500% - real speed in thin perimeter is 87
When External perimeter speed is 1000% - real speed in thin perimeter is 147

Small perimeter speed parametes is no weight on it (10%/50%/100%/500% - isn't matter)

speed map
spped config

@Seafnox
Copy link

Seafnox commented Mar 12, 2023

Found the reasons - too high layer time brings to low printing speed
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fixed for the next version That means that you should be able to test it in the latest nightly build
Projects
None yet
Development

No branches or pull requests

5 participants