Closed DaveAhrendt closed 6 years ago
https://www.youtube.com/watch?v=YfAb5IaHDSo&t=1s
these could help you
Thanks for the link but it just shows that what I am doing is what I should be doing apart from needing to multiply the measurements by 2. In any case I noted that he was using 1.1.8 so I tried that and it also fails to compile. I then tried 1.1.8 with only the folger i3-2020 example config files and just enabled SKEW_CORRECTION and commented out the XY_SKEW_FACTOR define. Here is the results of the compile.
A couple of possible things in the line
#define XY_DIAG_AC 141,1 //08/19/18
You have a comma "," rather than a decimal point "." you might also want to try removing the comment as I think some versions of the Arduino compiler had issues with this.
Thanks gloomyandy for pointing out my boneheaded typo. There is a big difference between a , and a . I'll go away now and sulk in the corner.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Marlin 1.1.9 with Folgertech i3 2020
I'm trying to understand how to implement skew correction. If I understand the comments in configuration.h I can either enter my measurements for
XY_DIAG_AC
, etc OR defineXY_SKEW_FACTOR
. It seems thatXY_SKEW_FACTOR
overrides my enter measurements but if I comment outXY_SKEW_FACTOR
I get a compile error.If I leave
XY_SKEW_FACTOR
defined when I doM852
I get all zeros and the print doesn't change. I can put some value inXY_SKEW_FACTOR
and it does get displayed viaM852
. Haven't tried another print. I assume I'm doing something wrong but don't understand the comments.