-
-
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
1 nozzle 2 extruder #3266
Comments
You want to feed two filaments into 1 nozzle? The Marlin Firmware can handle that assuming the nozzle can be purged reliably. |
yes, that's what i mean. so what must i do? |
Configure Marlin to have 2 extruders that are 0 mm apart. And get both of the motors running correctly. At that point, you may need to tell the Slic3r to do some custom GCode to purge the nozzle when you do a color change, but that is about it.... |
Try MarlinKimbra and see if it can do what you want. It already has native support for this, which it calls SINGLENOZZLE. I have submitted a mixing extruder feature that also does this, but only to the MarlinDev branch, and it hasn't been merged yet. If you like, I can make a branch for you that has the current Marlin plus this feature. It works just like the Repetier Host mixing feature. |
Thank you for your interest making Marlin better. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
hello everyone. i have a project to make 3d printer delta with 1 nozzle and 2 extruder. can marlin make it? i try to modify marlin program but it not working.
The text was updated successfully, but these errors were encountered: