To be honest, the gcode pictures you posted for 13.03 and 13.06 look to me like they were the wrong way round - usually 13.06 zigzags to fill in small gaps that earlier cura's left empty. Maybe your excessive wall thickness is confusing it, though - it is still in beta?
Oh no, I did not swap them.
After some more experiments, it seems that the new overlap algorithm doesn't work as expected.
The walls have a thickness of 1.0mm
The nozzle width is set to 0.35mm, which leaves exactly 0.3mm in the middle.
With an overlap of 60%, the nozzle should travel 0.7mm * 0.6 = 0.42mm.
Enough to fit a 0.35mm tip.
The new slicer fills the gaps up to an infill value of 42%. One percent more (43%) fails.
Mhhh, let's see:
0.42 * 0.7 = 0.294mm
0.43 * 0.7 = 0.301mm
This exactly matches the gap distance between the walls.
Looks like the new slicer forbids the nozzle center to pass an already layed down string.
I guess that's not how it should work.
About to test some more, may be there are some more dependencies...
Recommended Posts
illuminarti 18
I presume that the STL file you are printing actually has the walls modeled as thin structures - it's not a solid block, that you're only printing the outside edge of? If so, how thick are the physical walls in the model? The 'wall thickness' in Cura is now renamed skin thickness, which better indicates what it does - it's the thickness of solid plastic you want behind each finished surface. Typically you want this to be one or two times your nozzle size, to get either one or two passes of the head. This is nothing to do with the thickness of the walls in your STL file, unless you have a solid object that you want to just print a thin wall around (in which case you set the wall thickness here, and then set 0% infill). If, as I suspect is the case here, you have 1mm thick walls in your STL file, and have the 'skin thickness' set to 1mm, you're actually asking for something impossible - 1mm of plastic loops behind the outer wall, and a separate 1mm behind the inner wall, which would overlap. I expect that Cura is able to handle it, but it's worth bearing in mind.
The newer version has a totally different slicer engine, so it handles small gaps differently.To be honest, the gcode pictures you posted for 13.03 and 13.06 look to me like they were the wrong way round - usually 13.06 zigzags to fill in small gaps that earlier cura's left empty. Maybe your excessive wall thickness is confusing it, though - it is still in beta?
What I think is happening may just be that it's printing each layer a lot quicker, since it isn't doing the zigzag infill, and so the plastic isn't having time to cool between layers. Try setting a longer minimum layer time, so that the plastic can cool between layers.
Link to post
Share on other sites