-
-
Notifications
You must be signed in to change notification settings - Fork 476
Support for mixing extruders #1569
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
Hi @JulianStremel, thank you for submitting this Feature Request. I see that this functionality is now merged in Kalico and I took it for a quick test, but unfortunately, I got an error: My config has an This is the config I used: [mixing_extruder]
steppers: extruder,extruder1
extruder_name: test Can you help to clarify this? |
@pedrolamas Thanks for taking a look :) your config does need to have the other steppers setup as extruder_stepper like so:
I have a little repo for some of my configs: Also switching the mixing ratio mid print is currently only possible if
As far as i can tell this does not break anything else and is needed because this check as far as i can tell checks if the send steps are okay in regard to the rotation distance but because the mixing feature builds on dynamically changing the rotation distance for every stepper that is part of that extruder this check breaks. There are some more quirks like having to apply pressure advance to every extruder_stepper seperately and not just to the parent extruder... but i think this should get you started. |
Thank you for the information, I will check on that ASAP. Just for clearing, Klipper and Kalico allow and work fine with |
Klipper supports the standard way of defining multiple extruders for toolhead setups and stuff like that and kalico beeing a fork also supports that. The only thing i added was the support for a hotend that shares multiple filament extruders that feed into a single meltzone for mixing applications. |
Is your feature request related to a problem? Please describe
I am currently working on getting mixing extruder support stable in klipper and Kalico(formerly danger klipper).
Describe the solution you'd like
Because fluid already supports multi extruder setups in its toolhead widget i wanted to ask if there would be interest in enabling a more in depth mixing extruder support from the fluid community :)
Mainly i would like to be able to set and see mixing ratios of my extruders as well as track the individual spool usage using spoolman.
Describe alternatives you've considered
Currently i am not using any visualization and i do not have a good way to implement the spoolman feedback but one could consider building macros to set spool usage from within klipper.
Additional information
The original PR on the klipper repo ist stale but i am working on it over at Kalico as i said and i would hope there is interest in the klipper community to push mixing extruders as a viable alternative to ams style systems.
I made a short Video on my custom mixing printer for everybody interested
The text was updated successfully, but these errors were encountered: