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

Why show EX1 Target and EX1 Temp in graph when a single extruder in use? #791

Closed
PJMoore opened this issue Dec 10, 2016 · 3 comments
Closed

Comments

@PJMoore
Copy link

PJMoore commented Dec 10, 2016

Why is the temperature graph still showing EX1 data when a single extruder is designated in Settings/Options/Extruders count?

@garybarnes19660630
Copy link

I'm having the same problem.

@dwillmore
Copy link

I am experiencing this as well. Firmware is Marlin 1.1.9 The response to M105 is:
ok T:22.50 /0.00 B:22.42 /0.00 @:0 B@:0
Ex1 shows a temp of just over 23 and a target of 0. The values (actual and target) for goth Ex0 and Bed reflect the values in the M105 response.

Version of Printrun is 2014.08.01 as is current for Fedora 27. I'd be glad to try newer versions if it is believed that will make a difference.

Thank you for your work on this very useful program.

@dwillmore
Copy link

I've looked into this a bit. It looks like Printrun/graph.py is hardwired to handle a bed and two extruders. There is a part which imples that zero values should cause ex1 not to display. But for some reason that's not triggering because a false temp is being reported for ex1.

The problem seems to be that something is incorrectly populating the ex1 temperature data. If I heat or cool the bed and ex0 thermistors, the graph responds apropriately. Nothing seems to effect ex1--it stays constant the whole time. The same goes for the set point of ex1.

I'm not a python programmer and I'm unfamiliar with the code base, but I'll keep poking around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants