You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What were you doing?
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.
What did you expect to happen?
I expect actual temperatures for both extruders.
What happened instead?
Second extruder (Tool 1) is always "off"
Branch & Commit or Version:
latest devel
Printer model & used firmware incl. version
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:
... 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!
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
The text was updated successfully, but these errors were encountered: