-
Notifications
You must be signed in to change notification settings - Fork 80
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
[FR] Allow manual bed leveling #209
Comments
This works for the most part now. Two issues remain:
|
CR6Community/Marlin#209 VP list generated using: $Start = 0x2360;$Current=$Start;for ($X = 1; $X -le 4; $X++) { >> "COL $X" >> for ($Y = 1; $Y -le 4;$Y++) { >> "($X,$Y) {0:x2} - {1}" -f $Current,$Point >> $Current += $Offset >> $Point++ >> } >> } Output: COL 1 (1,1) 2360 - 48 (1,2) 2362 - 49 (1,3) 2364 - 50 (1,4) 2366 - 51 COL 2 (2,1) 2368 - 52 (2,2) 236a - 53 (2,3) 236c - 54 (2,4) 236e - 55 COL 3 (3,1) 2370 - 56 (3,2) 2372 - 57 (3,3) 2374 - 58 (3,4) 2376 - 59 COL 4 (4,1) 2378 - 60 (4,2) 237a - 61 (4,3) 237c - 62 (4,4) 237e - 63
This now allows to enter negative bed leveling values. CR6Community/Marlin#209
Graphics are done by @ztakis - negative input implemented. That makes this complete. |
hello my name is ezequiel and i'm from argentina, i bought a cr6 max and installed the community firmware and the firmware is excellent but i would like to know if someone can explain to me how the mesh works and how it is edited and how i do it to get the values that my bed needs. Thank you very much for everything you do |
Sorry, this issue is closed. If you are looking for help and to join the Community, please join us in the Discord, here: https://discord.gg/U5rgMCT5 |
Description
Given some users are still experiencing bed leveling issues, both on stock and CF, we should give them the opportunity to manually level their bed by overriding the mesh leveling values.
For now implement for the CR-6 SE with a 4 by 4 grid only.
The text was updated successfully, but these errors were encountered: