-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG or FR ] SWITCHING_EXTRUDER - disabled motor extruders #20045
Comments
OK, thanks |
I tried this:
then I enabled SWITCHING_NOZZLE and set the unused servo0 (because I don't switch nozzles)
After these modifications, both motors for extruders and servos for E0-E3 switched and worked properly. Perhaps this will help eliminate the bug or add FW. I am very happy to tested before PR ...... just write me what to change here. |
Try disabling the following line: |
Hi @ElectroFlux-SS |
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. |
When using the
SWITCHING_EXTRUDER
function.The extruder motors E1,E2,E3 do not work properly.
After a few seconds, E1, E2 turn off and E3 does not rotate at all.
I don't know if it's a given configuration:
#define EXTRUDERS 4
and#define HOTENDS 4
(for separate hotends )if I change
#define EXTRUDERS 4
and#define HOTENDS 1
it's the same. (for 4-IN-1-OUT hotends)configurations:
https://github.com/DrumClock/Marlin/tree/GTR-2xMFG-V7
The text was updated successfully, but these errors were encountered: