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
So calc_skew_factor returns the tan of an angle - but the print statement is referring to it as the actual angle. Should probably be printing the arctan of the skew factor for correctness.
But if you apply the fundamental theorum of engineering - we know that sin(x) = tan(x) = x. So the actual printed values are still really close to the true angles.
The text was updated successfully, but these errors were encountered:
It looks like this ticket is a request for help (or similar). Many helpful people will not see your message here and you are unlikely to get a useful response. Instead, see the contact directions at: https://www.klipper3d.org/Contact.html
We use github to share the results of work done to improve Klipper. We don't use github for requests. (In particular, we don't use github for feature requests, to answer questions, nor to help diagnose problems with a printer.)
klipper/klippy/extras/skew_correction.py
Lines 93 to 95 in 49c0ad6
So
calc_skew_factor
returns the tan of an angle - but the print statement is referring to it as the actual angle. Should probably be printing the arctan of the skew factor for correctness.But if you apply the fundamental theorum of engineering - we know that
sin(x) = tan(x) = x
. So the actual printed values are still really close to the true angles.The text was updated successfully, but these errors were encountered: