-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add basic multi-extruder support #3256
base: main
Are you sure you want to change the base?
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This looks outstanding for multi-material printing! I use virtual extruders on my machine and change the filament by hand, and right now I have to set the materials in a sidebar on Octoprint using Spool Manager. I would love to be able to swap all the materials via Octodash as that's my primary way of interacting with my printer. If you need anyone to test your new features, I will happily volunteer! |
Thanks @ssenrah! Testing would be great as I know I can't think of everything -- additionally, if you have suggestions for related features (or ways I can improve the existing ones), I'd love to hear them! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just waiting on review from @UnchartedBull. :) |
@queengooborg How can I install your version of OctoDash for testing? I downloaded and installed the main branch using the automatic download/install method via the command line, and am not sure how to get your specific branch |
Hello @queengooborg . There is a few things I noticed:
For this I've added a selectedHotend variable which I set at the showQuickControlHotend function. See the following:
Now it will know which hotend I want to set.
|
+1 This is so much more relevant now with the Prusa XL and other tool changers in the works. I have been working on this with a friend and he now has an open request for OctoPrint that is directly related to this. |
Here is my PR for OctoPrint: |
PR has been merged, will be in v1.11.0 of OctoPrint |
This PR resolves #779 by adding some rudimentary multi-extruder support, adding display of the temperatures of additional tools, as well as adding multi-tool support to the filament selection menu.
Planned features: