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

Cannot get more than 2 termistor outputs #407

Open
karabas2011 opened this issue Aug 12, 2022 · 0 comments
Open

Cannot get more than 2 termistor outputs #407

karabas2011 opened this issue Aug 12, 2022 · 0 comments

Comments

@karabas2011
Copy link

I use printer with 4 extruders, I use two as common extruders and two as a custom heaters.
I try to add lines with tool2 to code but octoprint failed to boot.
e1_temp = temps["tool0"]["actual"] if "tool0" in temps else 0.0
e1_target = temps["tool0"]["target"] if "tool0" in temps else 0.0
e2_temp = temps["tool1"]["actual"] if "tool1" in temps else 0.0
e2_target = temps["tool1"]["target"] if "tool1" in temps else 0.0

        i add
        e3_temp = temps["tool2"]["actual"] if "tool2" in temps else 0.0
        e3_target = temps["tool2"]["target"] if "tool2" in temps else 0.0  
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

1 participant