-
-
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
No way to avoid nozzle creating travel lines/scratches in top surface of flat print while traveling from one side to the other. No Combing or Z-hop options will prevent it. #19559
Comments
Hi, my Cura 4 variant (available at https://github.com/smartavionics/Cura/releases) has recently added an option to use z-hop when crossing top-level skins. You may find it solves your problem. |
I've looked at it some more and I can't get it to work. The model has a couple of errors (not unusual with lettering) and I repaired it in MS 3d Builder. No love. My advice is to adjust your "Max Comb Distance with No Retract" to something small like 2.0. Increase your Z-hop height to 0.5. It isn't optimal but you may get it to print without marring that surface. There is something about that design that the slicers just don't care for. I translated the model from 3mf to STL and it still doesn't want to comb correctly. |
Hmm, so was your first success with fixing it just a fluke or did you ever get it to comb correctly earlier on? None of that to me should result in model issues but I know none of what I did will come out perfect model-wise (though works for me 99% of the way otherwise). Not sure if any of this has to do with the issues, but I really hate that I can't have a proven way to make the stupid thing comb because this is far from the first time this has happened to me with a print (I just never looked deep into the Combing settings and tried them until now, so who knows about the past ones I had the same issues with...). Thanks for looking into it though, if you happen to think of or find anything else, please me know. I will try what you said as well. |
I converted the STL to a DXF file and opened it in AutoCad. There are edges that don't meet together. Not open seams that would be a model error, just walls that "come close but don't touch" which leaves miniscule gaps between things. I may scribble the model up in AutoCad and see how it goes. |
I generated my own version of the model and I can't fix this. I got it back to where with Wall Count at 2 it seems to work but when it's a single wall combing appears to be ignored in all slicers. |
Question - were these gaps only where the two separate top rectangular boxes meet the main model, which I am only using as modifiers for the top text layers? Or is it something unrelated to those two top boxes? |
Model errors are things like flipped normals or open seams (non-manifold). There are some that Cura can catch and others that are only apparent in the slice preview (internal extra surfaces would be an example of that). In this case, and with either the original model, or my mock-up, there are no "errors" in the models. We are stuck with a conundrum "why don't it work". Cura_Combing_Issue_Project.-.UltiMaker.Cura.2024-08-22.12-39-08.mp4 |
This looks very different than mine though in several ways - I see more walls and other changes that don't look familiar in yours. If I try to just change my Travel Avoid Distance to 5mm, it doesn't fix anything. Can you load up the 3mf I originally posted and without changing anything but the mentioned distance setting, do you see the travel going across the surface during layer 19 as it starts printing the outer two shapes (the hornet and the gun on my version)? Thanks. |
That's the model I mocked up. It's a "representation" and it's a good one as it doesn't work either. Cura.Combing.Issue.Project.-.UltiMaker.Cura.2024-08-22.16-06-02.mp4 |
Incidently, I have always been reluctant to use z hops on machines with leadscrews driving the z axis as I imagine it will cause a lot of wear. I do use z hops on my Kossel mini delta as that has no leadscrews. |
Looking at the Cura code, I think the need to turn off z hops to make the nozzle route around the outside is a bug. I will be removing that requirement in my own Cura build. |
I lubed the lead screw with "real" high-moly machine grease and printed an extensible cover that collapses as the Z rises. The cover keeps the dust and debris off. Wear has not been a problem. Z-hops have their place but I enable them when I must rather than as a matter of course. I do believe this is a good time to unveil another of Greg's Fabulous Post-Processors. Note that It is a slow running script as it has to check the cumulative length of all travels. Not bad on this particular model but definitely noticeable on tall models. |
Cura Version
5.8.0
Operating System
Windows 11
Printer
Creality Ender 3 Pro w/ Marlin FW, BLTouch ABL, PEI plate
Reproduction steps
I have tried all combinations of available Combing and Z-hop settings in Cura. The project file I attached has the following settings but I have tested others as well:
Combing Mode: All
Avoid Printed Parts When Traveling: On
Avoid Supports When Travelling: On
Z Hop When Retracted: On
Z Hop Only Over Printed Parts: Off
Actual results
Looking at layer 19 for example (19 as listed in Cura at least), you can see that about halfway through the layer, the nozzle travels directly over the top of the surface printed earlier in the layer to travel back and forth between the Bee and Gun logos in the corners instead of combing over the walls or outside of the model. This happens no matter what combination of Combing and Z-hop options I try. I have asked in Reddit groups for help and no one is able to figure out why Cura is acting as if Combing is completely set to Off. I have also tried downgrading to a few earlier versions of Cura with the same outcome.
Expected results
I expect the Combing and Z-hop settings to cause the nozzle to completely avoid taking the route of going right over the top of the print and making contact with the surface of the top layer at the time, which creates multiple scratch/trail marks that ruin the final print.
Add your .zip and screenshots here ⬇️
Cura Combing Issue Project.zip
https://github.com/user-attachments/assets/7054ba4f-812b-479f-bd77-1ac5eab477d7
The text was updated successfully, but these errors were encountered: