-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pull Request #1 broke delta/motion-ctl calcs (XYZ_STEPS=~2666.67, should be ~83) #2
Comments
Suggested change by Douglas Pearless, via dev-group mailing list, 2/1/2015: Hi Team, I have ported part of the code to run under Xcode on my mac and I can confirm the results:
Program ended with exit code: 0 The issue is two fold: I have highlighted the changes in pink
Program ended with exit code: 0 So that explains why we had the issue :-) Therefore, either changing the two lines as I did, or Neil’s solution will work. Cheers Douglas |
Fix XYZ_STEPS according to firepick-delta/Marlin#2
this is still wrong:
it should really be:
|
Initially seen by Douglas last week, confirmed by me yesterday night. Causes the machine to move too many steps, causing errors and other bad things. Backing out the change results in normal movements, but doesn't fix the scaling issue that pull request #1 set out to fix.
The text was updated successfully, but these errors were encountered: