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] (Dummy Thermistor shows 0) #25850

Closed
1 task done
destruct123 opened this issue May 18, 2023 · 5 comments
Closed
1 task done

[BUG] (Dummy Thermistor shows 0) #25850

destruct123 opened this issue May 18, 2023 · 5 comments

Comments

@destruct123
Copy link

destruct123 commented May 18, 2023

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

Marlin works fine.
But i can't set my dual extruder printer to my set value of extruder temperature. I'm currently running a clay printer on a SKR 3 EZ 5x TMC 5160. I need to set both extruders to 200ºC and the dummy thermistor just shows 0ºC.

Bug Timeline

No response

Expected behavior

Extruder's temperature as set on thermistor 999 value 200ºC

Actual behavior

Extruder temperatures shows 0ºC

Steps to Reproduce

Boot the printer.

Version of Marlin Firmware

2.1.2.1

Printer model

Custom

Electronics

SKR V3.0 EZ + 5 TMC5160 PRO

Add-ons

No response

Bed Leveling

None

Your Slicer

Cura

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.
    Configuration.zip

Additional information & file uploads

No response

@thinkyhead
Copy link
Member

Weird. Dummy Thermistor 999 should always show the temperature configured for it, as it uses a custom table. But perhaps the logic for reading the table has gone wonky. Is there an earlier version of Marlin where it works okay? We csn look at the differences in the thermistor handling since that time to figure out what change most likely broke it.

@ellensp
Copy link
Contributor

ellensp commented Jun 9, 2023

Did a git bisect it says it broke on 03a4378

@ellensp
Copy link
Contributor

ellensp commented Jun 9, 2023

'#define TEMP_SENSOR_0_IS_THERMISTOR 1' is missing, when it should be set as 998/999 is a thermistor table
Adding it back to 03a4378 and it works,
but on current bugfix the lcd does not start status screen
34e23bc revels a bug with thermistor type 998 ad 999 and _MINMAX_TEST

@ellensp
Copy link
Contributor

ellensp commented Jun 9, 2023

A PR has been created to fix this

@ellensp ellensp closed this as completed Jun 9, 2023
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

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.

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

No branches or pull requests

3 participants