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

[BUG] Displayed Set Temperature Incorrect After Filament Load #3774

Closed
magistersmax opened this issue Feb 20, 2024 · 4 comments
Closed

[BUG] Displayed Set Temperature Incorrect After Filament Load #3774

magistersmax opened this issue Feb 20, 2024 · 4 comments
Labels
bug Something isn't working.

Comments

@magistersmax
Copy link

magistersmax commented Feb 20, 2024

Printer type - MK3.5

Printer firmware version - 5.2.0

Original or Custom firmware - Original

Optional upgrades - N/A

USB drive or USB/Octoprint - USB

Describe the bug
After loading filament and confirming that the filament load is complete, the extruder temperature is lowered to 170C. The displayed set temperature doe snot update to 170C, and stays on whatever temperature the filament was loaded at. In my case the displayed set temperature eventually corrected itself somehow, possibly when navigating to another screen?

How to reproduce
Enable extruder temperature display at the bottom of the screen. Load a filament and confirm that the filament was loaded. Watch the indicated current and set temperatures: the current temperature should start falling to 170C, the set temperature will remain on the temperature used to load the filament.

Expected behavior
The indicated set temperature should update to 170C following filament load.

@magistersmax magistersmax added the bug Something isn't working. label Feb 20, 2024
@mix579
Copy link

mix579 commented Feb 20, 2024

That's intended behavior. Your "set" temperature is what you've set it to, 170 is the "parking" temperature to avoid oozing from the nozzle. So it shouldn't change the display for the set temperatur because 170 is not what you set it to.

@magistersmax
Copy link
Author

That makes sense, I’ll have to play with it some when I get home. It did eventually change the displayed set temperature to 170 though, which is inconsistent with your description.

Let me play with it when I get home to better determine what causes the set temperature to to to 170.

@bkerler
Copy link
Contributor

bkerler commented Feb 20, 2024

The nozzle_preheat_temp is 170, which isn't the nozzle_temp (which is higher). After unload, the last set temperature will be used. There is a PR #3700 to change that behaviour to optional cool down the nozzle after unload. But in general, this is expected behaviour.

@magistersmax
Copy link
Author

Yep, I played with it and I think I'm just wrong here. Closing.

@magistersmax magistersmax closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants