-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Right Extruder generates E0, Whereas Left extruder doesnt. #8780
Comments
Note that M104 doesn't actually switch extruders/tools, it merely sets the temperature (at least for Ultimaker machines like the S3). |
No, not concerned with M104 actually. If you see second pic, where T1 switches, and I see it generates G1 F1500 E0, |
I see, I was distracted by the highlight, sorry. Does this really cause underflow in a printed model, or are you basing that conclusion on the gcode itself? |
yes, i see underflow in the model for first few moves. |
Within each snippet the code is correct. It's what goes on at the beginning of each file that bears on this. In the bottom snippet: In the top snippet: In either case, While the first nozzle prints, the second nozzle has been idling along and whatever prime distance is used, probably isn't enough to make up for any oozing that occurred as it waited it's turn. Adding a line that would insure some additional prime would seem to be necessary to make up for the lack of a prime tower. |
GregValiant is right. Indeed having a bit of priming would help here (the UMS3 does this by itself, but otherwise Cura can also just use a skirt or something). And that borrows down deeper into this issue. Because the actual problem then is with the top snippet: Why does it start with T0, do basically nothing and switch to T1? Here's a snippet of the start g-code where the lower model was T1:
This may have something to do with there being no adhesion. When using a brim I'm not able to reproduce the problem any more. It's properly starting with the adhesion extruder then. |
Thanks for the explanation, yes I do increase the prime distance yet I can see a little bit under extrusion. @Ghostkeeper yes, when using brim it doesn't produce the problem, but in my scenario, I wish not to use prime tower or brim. |
"...in my scenario..." |
Indeed the generation of the What I do consider a bug though is that it unnecessarily starts with T0 even though it doesn't print anything with that extruder then. |
|
As far as I'm concerned it doesn't need fixing, since the printer movements are identical either way. |
Can we close this or is the situation persisting? |
Is this still an issue in current Cura versions (5.8.0 and up)? Can this be closed? |
Application version
Cura 4.7, happens in old versions too.
Platform
Win 10 x64
Printer
Mostly all printers.
Reproduction steps
Actual results
Maybe im wrong but why does the Left extruder when applied for top model, has E16 when starting to print over the right extruder base model , but when right extruder (E0) starts printing over the left extruder base doesnt have ? Both method of choosing extruder is without prime tower, skirt or brim enabled.
This results in few flow issues when right extruder starts printing on top of the left extruder.
Yes, using prime tower helps, but im trying to print without prime tower or with any bed adhesions.
Expected results
The Right Extruder should generate E16 when printing over the base left extruder model.
Project file
Attached Project file. UMS3_B2.zip
Is it the right way of printing ? or am confused my self?
Thanks
The text was updated successfully, but these errors were encountered: