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

[BUG] No slowdown when Z travel speed is zero. #12258

Closed
2 tasks done
vovodroid opened this issue Feb 15, 2024 · 6 comments
Closed
2 tasks done

[BUG] No slowdown when Z travel speed is zero. #12258

vovodroid opened this issue Feb 15, 2024 · 6 comments

Comments

@vovodroid
Copy link
Contributor

Description of the bug

When Z travel speed is zero no cooling layer slowdown is applied.

image

Z travel is not zero:
image

image

Z travel is zero:
image

image

Project file & How to reproduce

Shape-Cylinder.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

Version 2.7.2-alpha2+win64

Operating system

Win10x64

Printer model

Biqu B1 SE

@rtyr
Copy link
Collaborator

rtyr commented Feb 15, 2024

Reproduced, thanks.

@lukasmatena
Copy link
Collaborator

SPE-2163

@lukasmatena
Copy link
Collaborator

Fixed in 2.7.2-beta1. Closing.

@vovodroid
Copy link
Contributor Author

vovodroid commented Feb 20, 2024

@lukasmatena , wouldn't it be more reasonable to use machine_max_feedrate_z instead of travel_speed? Anyway it will be limited by max. Z-speed.

@lukasmatena
Copy link
Collaborator

@vovodroid Maybe it would. The hack with zero speed was introduced three years ago for backwards compatibility, when I separated the travel z speed from the normal speed (bd6badf and 4657e0d). With the default set to zero, old profiles in the new slicer should do exactly the same as before. You may be correct that the case which I wanted to be compatible with probably does not occur in practice.

@rtyr
Copy link
Collaborator

rtyr commented Feb 20, 2024

machine_max_feedrate_z is available only with some g-code flavors

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

3 participants