-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Extra extruders with tradrack #394
Comments
ping @rsghosh |
These are the 2 main options I can think of for ways to do this:
With option 1, the third extruder would need to be able to keep up with trad rack's filament driver motor during the fast moves through the bowden tube, or it will limit the speed of those moves. With option 2, the third extruder would not be used during the fast moves so it would not limit those, but the slow moves at the end of a toolhead load and the start of a toolhead unload would become longer, so toolchange time would still increase. I think which one has a bigger effect on toolchange time depends on your bowden tube length and how close the third extruder is to the main extruder. Having the third extruder and main extruder closer together minimizes the toolchange time penalty for option 2, but the farther the third extruder is from the center of the bowden tube the less delay there can be when responding to a runout without the retract failing. For implementing option 1, the easiest/cleanest way I can think of would be to modify the For implementing option 2, I think the easiest way to do this would be to have the third extruder configured as an [extruder_stepper] that is synced to the main extruder. But the trad_rack object will need to be able to sync the third extruder to its filament driver axis the same way it does with the main extruder. I think this probably already works on the |
So, I have a hungry hotend, and a very short path between the hotend & the extruder.
I would really like to be able to use a third extruder in the chain between the tradrack extruder & the main extruder, if nothing else but to do a proper retract so I can use it for endless spool mode.
Right now when filament runs out, its very likely to try to retract the filament out, but the length that it retracts is far less than what is needed to re-feed it into the tradrack feeder extruder.
Thanks
The text was updated successfully, but these errors were encountered: