-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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 4th extruder and option for single nozzle #964
Add 4th extruder and option for single nozzle #964
Conversation
Add code for 4th extruder. Add option & code for singlenozzle.
do anyone interest this? |
Very interested. Can you explain exactly what the single nozzle
|
@MyMakibox I believe that is the functionality for multiple extruder motors pushing filament into the same nozzle, for example using a bowden tube with a Y splitter so that you can extrude one filament, then back it up past the splitter and push the other one through to extrude it through the same nozzle. |
That's what I was hoping for. Perfect for small printers that can't support My thinking was for gpio to control a relay, switching between stepper The process would be retract filament 1 to before the y-splitter, switch
|
Thx @whosawhatsis, You have explained perfectly. The driver E0 control motor 1 and 3, the driver E1 control motor 2 and 4. |
please rebase this on the latest v1 branch and submit a new pull request |
Add code for 4th extruder.
Add option & code for singlenozzle.