Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing temperature from second extruder in dual setup (Smoothieware) #633
Comments
This comment has been minimized.
This comment has been minimized.
|
... I will celebrate the day that all printer firmware people sit together and finally decide on one well defined output format. Everyone does it differently, gnaaa! |
This comment has been minimized.
This comment has been minimized.
|
Should be fixed, can you verify please and reopen if not? Cheers! |
This comment has been minimized.
This comment has been minimized.
|
Works like a charm! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using OctoPrint with dual extruder setup with SunBeam 2.0 and Smoothieware. Selected Number of extruders in Settings to 2. I have a list Tool 0, Tool 1, Bed on Temperature tab.
I expect actual temperatures for both extruders.
Second extruder (Tool 1) is always "off"
latest devel
custom build + SunBeam 2.0 and Smoothieware
I dug down in Python code a little and found that _processTemperatures in comm.py is somehow incorrect and assume tools number in wrong way.
Smoothieware returns values for temps (M105 command) in that way:
there is no T0 temp for if clause so it falls always in first condition...
I love cookies