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
Describe the bug
When you set the extruder temp via the main screen on OctoDash, it sets the temp on Tool 1 (Tool 0) instead of the currently loaded tool.
To Reproduce
Steps to reproduce the behavior:
Pick up any tool other than Tool 1
Set the extruder temp via OctoDash touch interface
Watch Tool 1 extruder temp rise and nothing happen on the currently loaded tool.
Expected behavior
The command should go to the currently loaded tool.
Describe the bug
When you set the extruder temp via the main screen on OctoDash, it sets the temp on Tool 1 (Tool 0) instead of the currently loaded tool.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The command should go to the currently loaded tool.
GCode needs to go out as
M104 T{current_extruder} S%desired temp%
{current_extruder} is a Prusa placeholder.
https://help.prusa3d.com/article/list-of-placeholders_205643
Further to this, the main page is hard coded to Tool 0 thoughout. As a result, the temp of Tool 1 is only ever displayed.
General Information:
The text was updated successfully, but these errors were encountered: