1

I am printing out models with holes, the printer makes circular patterns for each hole(which makes sense) but then it also has a string that attaches between each hole. This is unsightly and results in a non-uniform surface finish at the top/bottom of prints.

I am wondering if the string is supposed to be there? I am using CURA on the coarse setting, my machine is direct drive with a 3mm retraction setting. I tried increasing retraction to 6mm but the same thing happened.

When looking at the g-code with a layer viewer it shows the strings but I am not sure if it is only representing tool path or not.

edit:

I just tried printing a retraction tower test and I haven't had any stringing, does this mean it's an issue with CURA?

edit v2:

I looked at the layer path on CURA and these strings are not shown. I am at a loss as to what is going on since the retraction test showed it worked fine but every print with holes has the same problem. enter image description here

FourierFlux
  • 175
  • 1
  • 1
  • 5

1 Answers1

2

Consider that the string you are seeing is the nozzle wiping across the surface, especially if you are not getting stringing via your test part. As you suggest, it's not unlikely that the layer viewer is showing movement and not extrusion.

Check your z-hop settings as well as the other references in the linked page. Z-hop will drop the bed by the set amount when traveling with retraction.

z-hop graphic

The other useful reference is combing, which limits the travel of the nozzle to remain within the boundaries of the print and also removes the requirement of retraction. It may leave nozzle traces, although that reference is not in the linked page.

combing graphic image

All images attributed to linked page.

fred_dot_u
  • 10,532
  • 1
  • 10
  • 24
  • thanks, I will try changing these and see what happens. – FourierFlux Jan 10 '21 at 01:45
  • 1
    Your newly added photo tosses my suggestion to the wind. It's obvious that you're getting stringing. Have you checked the nozzle for "hangers-on?" Blobs of filament that wipe across the build plate that aren't directly coming from the nozzle? – fred_dot_u Jan 10 '21 at 01:57
  • Hmm, I thought I fixed it by changing the z hop and combining now I am getting weirder results involving blobs – FourierFlux Jan 10 '21 at 02:02
  • It's combing. Turn it off. – R.. GitHub STOP HELPING ICE Jan 10 '21 at 02:53
  • Thanks, I think I fixed it. It's a number of issues combined. Z hop, combing and I increased my bed temp to 85C for first layer to prevent bed slipping. The circles are small I think following layers resulted in some of them getting lose. I could print a raft, not sure. – FourierFlux Jan 10 '21 at 03:43