Skip to content
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

Closed
nicedevil007 opened this issue Feb 5, 2022 · 9 comments · Fixed by #5239
Closed

BiquBX was addded to Klipper but temp not working #5236

nicedevil007 opened this issue Feb 5, 2022 · 9 comments · Fixed by #5239

Comments

@nicedevil007
Copy link

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.

image

@adelyser
Copy link
Contributor

adelyser commented Feb 6, 2022

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.

@nicedevil007
Copy link
Author

Could it be the case, that it is just reading 200°C too much?

@adelyser
Copy link
Contributor

adelyser commented Feb 6, 2022

No, it's an issue with the peripheral being reset when it shouldn't be.

@nicedevil007
Copy link
Author

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

adelyser added a commit to adelyser/klipper that referenced this issue Feb 6, 2022
Don't reset the ADC peripheral if the clock is already enabled.
Fixes Klipper3d#5236

Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
@adelyser
Copy link
Contributor

adelyser commented Feb 6, 2022

I have a fix submitted in PR #5239, if you want to try that.

KevinOConnor pushed a commit that referenced this issue Feb 6, 2022
Don't reset the ADC peripheral if the clock is already enabled.
Fixes #5236

Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
@nicedevil007
Copy link
Author

So the PR was applied by updating Klipper over WebUI (mainsail)

image

Unfortunately it doesn't fix the issue, temp of bed still 220°C without heating anything

image

@adelyser
Copy link
Contributor

adelyser commented Feb 7, 2022

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.

@ZeroCoolAT
Copy link

Hi adelyser,

thanks for the fix, tipps and information to re-flash.
Got it now running (after re-flash) with the correct temperature.

Geat job!

@nicedevil007
Copy link
Author

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!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants