-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How to make corner Bed leveling use the Correct Dimensions of my Printer? #2128
Comments
I can confirm the reported problem. |
It won't be a problem to fix it. Perhaps the solution would be to only detect the maximum value, but replace the minimum value if it is less than 0 with zero. |
Unfortunately, if I rewrite large XYZ tags to small xyz, the bed size will not be detected correctly.
It looks like the result is a return value of 0, because the string sent by Marlin is without spaces. |
@radek8 Thanks for looking into it. I will check and try to solve it as soon as possible. |
Hello everyone involved🖐️ |
The patch has been created and merged. |
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. |
Greetings,
I'm trying to make corner bed leveling work, however it does not use the correct bed dimensions, instead it uses the default values of 235x235x250.
The documentation states:
I have enabled
M115_GEOMETRY_REPORT
in my Marlin firmware, and going through the Terminal of my TFT70 I can see that it is reporting the correct dimensions of my Printer.I have tried to set the correct Dimensions manually in Configuration.h, but the values I've put in are being ignored.
I have tried comment out Dimensions in config.ini, no change.
Putting the correct values in config.ini does work, but still, why isn't the TFT using the dimensions reported by the board?
Is this a Bug or am I missing something?
The text was updated successfully, but these errors were encountered: