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

machine_max_z_rate ignored when travel_speed_z = 0 #3772

Open
yonkiman opened this issue Apr 3, 2023 · 0 comments
Open

machine_max_z_rate ignored when travel_speed_z = 0 #3772

yonkiman opened this issue Apr 3, 2023 · 0 comments

Comments

@yonkiman
Copy link

yonkiman commented Apr 3, 2023

What happened?

SS was generating gcode with very fast z movement (G1 Z3.2 F18000) despite machine_max_z_rate being set to 30.

travel_speed_z was set to 0. When I changed travel_speed_z to 30, the same line became G1 Z3.2 F1800, as expected.

So it seems like machine_max_z_rate is ignored when travel_speed_z = 0.

Project file & How to reproduce

To reproduce, load attached file, generate gcode and search for G1 Z3.2 F18000.
machine_max_z_rate_ignored.zip

Version

SuperSlicer_2.5.59.2_2023-03-27

Operating system

Windows 10

Printer model

Voron 2.4

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

1 participant