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
Hello,
The scaling of the X & Y axis is not correct. When I calculate the machines steps per mm the scaling is too small.
Setup: Belt drive, MXL(2.03) 25T pulleys, 200 step motors, 16 micro steps per full step. Rough Math: Steps per mm = (200 * 16) / (2.03 * 25) = 63.05
The images printed at 63.05 are much too small I have to set the X_STEPS_PER_MM & Y_STEPS_PER_MM value to 250.0 to get the scaling even close.
I believe there is an issue with the math.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
The scaling of the X & Y axis is not correct. When I calculate the machines steps per mm the scaling is too small.
Setup: Belt drive, MXL(2.03) 25T pulleys, 200 step motors, 16 micro steps per full step.
Rough Math: Steps per mm = (200 * 16) / (2.03 * 25) = 63.05
The images printed at 63.05 are much too small I have to set the X_STEPS_PER_MM & Y_STEPS_PER_MM value to 250.0 to get the scaling even close.
I believe there is an issue with the math.
The text was updated successfully, but these errors were encountered: