Prusa Core One Chamber Temp

What is the problem?

No Chamber temperature on the Prusa Core One

The printer itself works great with Octoprint, but would love to be able to read the chamber temp. Anyone get this working?

Thanks

You need to have a g-code to get that temperature from the printer.

This is because Prusa didn't follow existing "standards" in reporting those temperatures on the serial line. I worked with someone the other day in Discord and came up with a single file plugin fix until this PR gets merged by Prusa to resolve the problem (recommend you go comment in this issue thread that it needs to be merged).

Copy/paste this URL into plugin manager > get more > ...from URL and click install.

https://gist.githubusercontent.com/jneilliii/cd10ecdb024dc1346b558dfa275916b9/raw/d813ac9252d0142dd50e893fb76cb7f31b1a77d8/PrusaBuddyChamberFix.py

Then just make sure you printer profile has heated chamber checkbox enabled.

2 Likes

@jneilliii - I installed your plugin as mentioned above and I see the chamber temp, however the "target" temp shows as 0. If I look at the display on the Core One, it says the "target" is 35. Am I missing something?

screenshot 2025-06-24 at 08.48.08

It's an issue with how prusa is reporting this information. There is an open pull request to make this work natively and I assume that includes target temp data.

1 Like