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

Setting extruder temp sets temp wrong extruder for Prusa XL #4293

Open
morphias2004 opened this issue May 22, 2024 · 1 comment
Open

Setting extruder temp sets temp wrong extruder for Prusa XL #4293

morphias2004 opened this issue May 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@morphias2004
Copy link

morphias2004 commented May 22, 2024

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:

  1. Pick up any tool other than Tool 1
  2. Set the extruder temp via OctoDash touch interface
  3. 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.

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.

image

General Information:

  • RPi 4 4GB Prusa XL 5 tool head on FW 6.0.1
  • OctoPi/ OctoPrint v 1.10.1
  • OctoDash Version [v2.3.1
@morphias2004 morphias2004 added the bug Something isn't working label May 22, 2024
@morphias2004
Copy link
Author

Working with a friend, he has now opened this directly related ticket for OctoPrint:

OctoPrint/OctoPrint#5018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants