-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Disable bed heater during Z-Probe move #6433
Comments
By browsing other issues I just found a similar discussion here: #6394 |
It's the same issue.
EM Radiation from the heat bed, hot end, fan, motors etc
While the probe is usually in close proximity to the hot end and bed, these
are two areas to be looked at after Marlin goes 1.1
As any modifications like this could have serious consequences.
The Marlin Dev team have spent months getting the UBL working and, and work
reliably, I have suggested in the other issue, and i'll repeat here.
Best to leave it till after Marlin goes 1.1.
Work around is to manually preheat the heat bed and hot end till they are
working temp, then turn them off. Then run the auto bed levelling.
|
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was wondering if the magnetic field caused by the heated bed being powered on could influence the accuracy of my Z-probe (a hall effect sensor). So I modified the run_z_probe() function to disable the bed right at the start and turn it back on when the probe is completed.
This way the bed will turn be off during each probe with (bi)linear auto bed leveling turned on, while the temperature does not drop significantly during the whole process.
It seems that the autolevel on my machine is just a bit more acurate, but I haven't actually measured this yet.
Any thoughts on this?
Would it be usefull to submit a pull request for this?
The text was updated successfully, but these errors were encountered: