-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Request] Allow API for setting Temp for "Current Tool" for Multi-Toolhead Printers #5018
Comments
|
A friend of @ccatlett1984 and I (Zura - thanks dude!) helped with the syntax errors, so OctoPrint now boots without issue. Attached is the working standard.py file. |
PR: #5022 |
Quoting myself here:
Will be in 1.11.0 👍 Docs are already updated here: https://docs.octoprint.org/en/maintenance/api/printer.html#issue-a-tool-command |
Awesome, now on to getting OctoDash sorted. |
Is your feature request related to a problem? Please describe.
If you have multiple printers, there is no way to send a temp command for the current tool:
M104 T{current_extruder} S140
Describe the solution you'd like
I've taken a crack at editing standard.py, but must have a syntax error. Not a python person ;)
Adding this additional endpoint, would allow for setting hotend temp of the loaded tool, without having to specify the tool (and in the case of OctoDash being hard coded to tool0 currently.)
Describe alternatives you've considered
Since there does not be a method to query a Marlin (or other OS) printer for which toolhead is active, I don't see another way for controlling the "current" toolhead temp.
Additional context
No response
The text was updated successfully, but these errors were encountered: