You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently set up a RatOS configuration for my Voron2.4. When trying to make Z movements the amount of movement was 1/5 of what was expected. I added this to printer.cfg and things started working right:
[stepper_z]
gear_ratio: 80:16
[stepper_z1]
gear_ratio: 80:16
[stepper_z2]
gear_ratio: 80:16
[stepper_z3]
gear_ratio: 80:16
I would not have expected to add this since it was in the Voron24 definition file but it definitely did not work until added; tested multiple times
The text was updated successfully, but these errors were encountered:
This should've been fixed a long time ago (commit is from november 2023). You may need to select a different printer and reselect the Voron v2.4 to get your rails updated with the gearRatio?
Example generated RatOS.cfg from current code:
miklschmidt
added
the
Implemented
Fix is implemented in the development branch, will be contained in next update to live branch.
label
Dec 27, 2024
Recently set up a RatOS configuration for my Voron2.4. When trying to make Z movements the amount of movement was 1/5 of what was expected. I added this to printer.cfg and things started working right:
[stepper_z]
gear_ratio: 80:16
[stepper_z1]
gear_ratio: 80:16
[stepper_z2]
gear_ratio: 80:16
[stepper_z3]
gear_ratio: 80:16
I would not have expected to add this since it was in the Voron24 definition file but it definitely did not work until added; tested multiple times
The text was updated successfully, but these errors were encountered: