We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SS was generating gcode with very fast z movement (G1 Z3.2 F18000) despite machine_max_z_rate being set to 30.
G1 Z3.2 F18000
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.
G1 Z3.2 F1800
So it seems like machine_max_z_rate is ignored when travel_speed_z = 0.
To reproduce, load attached file, generate gcode and search for G1 Z3.2 F18000. machine_max_z_rate_ignored.zip
SuperSlicer_2.5.59.2_2023-03-27
Windows 10
Voron 2.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: