-
Notifications
You must be signed in to change notification settings - Fork 60
[Feature Request] Multi Material Support #134
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
Comments
Multiple material support would be great. It's my main reason for still using filament manager |
Hi, Please test and give me a feedback. |
I will, Not in the next couple of days, but will when I get back to printing. Thanks |
This isn't working for me. Running version 1.4.3 (if you're looking for test feedback) |
"doesn't work" is never a good error description. in order for your
feedback to actually be useful, i recommend actually describing the issue
you are experiencing. :)
…On Fri., Jul. 2, 2021, 14:40 Andrew Williams, ***@***.***> wrote:
This isn't working for me. Running version 1.4.3 (if you're looking for
test feedback)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5QOWZBJWJUDPPXVIFATQLTVWXSNANCNFSM4YMIANXQ>
.
|
Apologies ... wasn't thinking of detail. :). Opened a more detailed description in #187 (will put here as well) Filament assigned to all 4 extruders in octoprint Via printjobhistory I do see that the usage appears to be getting reported to octoprint (assuming that is what slicer settings under tool management is reporting, sample below)
Will happily post any other relevant detail |
These seem to be the relevant log lines. Just turned on DEBUG level logging, will followup with more if anything new/relevant shows up. Any pointers on log lines to look for? Already stripped out the database lines. Had filament in 0,1,2 and was a 3 color print
|
If everything lands on the first spool, that's probably a problem with the new odometer that was added after my pull request =( I understand your frustration, it's also a bit frustrating to me that i tested my pull request and then a bunch of modifications to it were made and some features were added on top and… apparently… not tested. |
not frustrated (hard to get angry at free software most of the time) just want to help fix. Any other relevant logs? I'm also using the palette via canvas (not sure if that matters here at all or not) |
Oooh, the canvas (i had to look it up but i have seen it before). Well… does it make the tool change commands look different in Gcode? (compared to simple T0, T1, T2…) That might be the problem then. |
That, or something about the way it works means that the tool change command gets intercepted and swallowed (not sent to the printer) before the SpoolManager plugin can pick up on it. |
I do see (what I presume to be) correct usage stats in the slicer details from printjob history (above). So /something/ gets it. :) Not sure if in a parsable format etc. I can look for stuff in the gcode if you can point me in the right direction. |
I can also post the gcode somewhere if that's helpful |
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days. |
This issue was closed, because it has been already marked for 10 days with no activity. |
See #133 first, I'd say this request would be hard to implement. But let me know.
Similar idea as #133 but with the support of a multilateral print. If an MM (Multi-Material) print is detected then the checkboxes may change to dropdown menus stating what "Tool" each spool represents in the print.
Here's an image of PrusaSlicer and how it handles the materials or spools.
Now it handles the MM aspect of printing and no major problems with physically printing. There is no way however for octoprint to handle the amount of filament used, this is where this plugin I hope can come in. If I have all the materials loaded into the machine but not in the correct "Tool" or slot or order, I would like to be able to change this using this plugin. This feature might also be work for layer changes in prints.
Hopefully, that explains my thoughts, let me know yours and if you need more information, even if it's able to be implemented.
The text was updated successfully, but these errors were encountered: