[2.0.x] Wait for bed heaters between probing#10472
Merged
thinkyhead merged 2 commits intoMarlinFirmware:bugfix-2.0.xfrom Apr 21, 2018
Merged
[2.0.x] Wait for bed heaters between probing#10472thinkyhead merged 2 commits intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead merged 2 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
Co-Authored-By: Festivejelly <nicholasivorjohn@googlemail.com>
Co-Authored-By: Festivejelly <nicholasivorjohn@googlemail.com>
cc14c44 to
7f7c57d
Compare
Contributor
|
Awesome, will help a lot I think for my machine, UBL G29 takes enough time that my bed cools quite a lot. |
|
Again thanks for picking this up, I didnt have time to finish it off. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #9890 by @Festivejelly
This PR adds an option to wait for the bed to heat back up between each probe. This applies to bed leveling and probe-based homing.
The reasoning behind this is that when heaters are disabled the bed can cool slightly but doesn't have enough time to heat back up between probes.
This code checks to see if the bed is at target temp. If it's below target temp, it will poll every 200ms until it reaches the target.
After a lot of testing I've determined that it helps accuracy of the probe quite significantly on some beds (those that tend to cool faster).