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
The settings for T8x2 leadscrews in the config somehow managed to get lost in the config on a later update. T8x2 cannot go as fast as the T8x4 ones.
For T8x4 Screws, we should have:
M203 X18000 Y18000 Z1600 E8000 U9000 ; Maximum axis speeds (mm/min)
But for T8x2 Screws, we need to go slower so as not to stall out the motors with skipped commutation steps
M203 X18000 Y18000 Z800 E8000 U9000
In practice, we may be able to go a bit faster than 800mm/min, but we'll need to thoroughly test whatever value we want to increase it to.
The text was updated successfully, but these errors were encountered:
Poofjunior
No branches or pull requests
The settings for T8x2 leadscrews in the config somehow managed to get lost in the config on a later update. T8x2 cannot go as fast as the T8x4 ones.
For T8x4 Screws, we should have:
But for T8x2 Screws, we need to go slower so as not to stall out the motors with skipped commutation steps
In practice, we may be able to go a bit faster than 800mm/min, but we'll need to thoroughly test whatever value we want to increase it to.
The text was updated successfully, but these errors were encountered: