-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
BiquBX was addded to Klipper but temp not working #5236
Comments
There is an issue with the ADC for the STM32H7. I think I have a fix and I'm testing it, hopefully I can get a PR up soon for it. FYI: There isn't an issue with your hardware, this is a confirmed problem with the ADC. |
Could it be the case, that it is just reading 200°C too much? |
No, it's an issue with the peripheral being reset when it shouldn't be. |
and that leads to 200°C more on the ADC? wtf, but ty for clearing this up, hope you can fix it, otherwise we can only print PLA xD |
Don't reset the ADC peripheral if the clock is already enabled. Fixes Klipper3d#5236 Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
I have a fix submitted in PR #5239, if you want to try that. |
Don't reset the ADC peripheral if the clock is already enabled. Fixes #5236 Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
The fix has been confirmed by several users now. So you updated klipper, did you clean, rebuild, and re-flash the mainboard? That is required for this fix. |
Hi adelyser, thanks for the fix, tipps and information to re-flash. Geat job! |
Yeah it did work for me now as well, just thought that there would be a Warning or Error in the webui that is telling me that we have to reflash (was the case for other firmware changes in the past)... thats why I didn't do it on my first attemp. Thank you very much! |
Hey guys, I was happy to see that the BiquBX's mainboard was added to Klipper.
We started today on configuring everything with the example cfg provided by c15d38b
Unfortunately the bed temperature isn't working at all, so maybe there seems to be still an issue with the board? It was working with marlin before.
The text was updated successfully, but these errors were encountered: