-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Creality Ender 3 Pro / CR-10 S5 / 427 + BLTouch #1026
Conversation
It is best that the configuration with BLTouch match as closely as possible the parent config in all aspects that are not probe-related. If there are improvements to be made to a given machine configuration, it should be made to all of the machine's configurations. |
Is the bed temp sensor actually different on this model (1 instead of 5), with a higher max temp? |
|
I don't know.
minus save margin or minus "reachable"?
not sure what that is about, already forgot ;)
I agree. seems to be another issue on my part. did you change everything you mentioned here or should I? |
The "safe margin" is a margin that ensures that the probe gets good readings when it probes the bed. Inductive probes don't do well near the edge, and some cheaper beds have more outlier heights nearer to the edge. Which points are reachable will depend on where the probe is at the extremes. If the probe can't reach some edge of the bed, we don't care for UBL. With UBL the points the probe can't reach can be probed afterward with the nozzle paper test. For this reason the UBL mesh should cover almost the entire bed, minus that "safe margin" to ensure the probe doesn't freak out at the edges. |
Requirements
Creality printers with STM32 version 4.2.7 board and BL touch sensor.
Description
This config adds a BL touch config to the above two creality printers . It is not 100% final but it's already quite stable.
I added a lot of comments with "JPT" which explain why I set some variables this way and where more work my be needed. I also added a read-me and fetched the logo files from existing configs.
The files are meant for current 2.1-bugfix branch, not the 2.1.2.2 release. Should I deliver configs for the latest release too? Where?
Benefits
Will be easier to set up BL touch for these printers.
Disclaimer
It's 10 years since I last fiddled with Marlin. So please check thoroughly before accepting this PR.