That is... strange. Well please don't use vase mode. Print normal mode, disable top and disable infill. If it still has issues like this in the corner then people might notice. But vase mode is less likely to draw the attention of cura developers.
Turn off coasting (as a minimum to see if that fixes this issue), turn off hop and retraction on layer change. If it's still doing it please post another screen shot (but with colors set to "line type" please). Also save your project ("file" "save...") and post the project file here. project files contain your stl, your printer settings, and your cura settings. So anyone can see exactly what you see. Which is really useful for debuggers to fix things.
Recommended Posts
gr5 2,071
Yes - cura literally slices your model into 2 dimensional slices by intersecting a plane with the triangles in the STL (an STL is a list of unordered triangles in 3 dimensional space). This gives you a bunch of unordered lines. Cura next tries to string those lines into loops (but there's tiny floating discrepencies due to rounding/precision errors). then it creates a "shell" path on the "solid side" of those loops (sometimes just inside, sometimes just outside if the loop describes a hole int hepart).
So it always does 2 paths. Always. Hopefully some day Cura will get smarter and only do one path for thin walls.
Meanwhile you have a few options:
check the box for "print thin walls". This may solve your problem alone. If not you might have to lower the line width just a little bit - say 0.39mm.
Another option is to use a smaller nozzle.
Another option is to set the line width quite a bit smaller than the nozzle hole. Usually 75% to 200% is pretty safe - so 0.3mm line widht for a 0.4mm nozzle will have pretty good quality.
Finally, there is a hack. If you have very simple geometry and you don't need any fill, you can model instead a cube in CAD. Then uncheck the "infill" and set both "top layers" and "top thickness" to zero. Voila - a box where the nozzle just does one pass. Oh and set shell to 0.4mm and line width to 0.4mm.
This last hack is what you really want but only works for certain geometries (e.g. vases, cups, boxes).
Note that 0.4mm thick might not be strong enough for your needs.
Link to post
Share on other sites
JabbaTheHutt 1
This is a real pain, I've been fighting this all day in order to do some extrusion calibration. The slicer flat out won't even in vase mode and introduces artifacts that simply shouldn't be there. If it does it here it will do it elsewhere. This behaviour occurs regardless of the extra walls setting, vase mode, print thin walls etc etc.
The image below shows the corners as per Cura, this is a 0.42mm wall with a 0.42mm extrusion width, drawn in Fusion360. I've tried various widths from 0.40 and Cura simply cannot handle it, all corners appear as per the first image below.
There is no join anywhere but Cura is introducing one for every single corner even in vase mode, notice the second image that shows the bottom 3 layers forming the base have no such defect despite the single wall thickness. In my opinion this is a code defect that really needs to be addressed. The only way I can do this is to use Simplify3D which is an application I am trying to get away from, Prusaslicer doesn't generate reprap gcode well and I need to manually edit every gcode file it produces for my coreXY (Duet3).
I'm trying to establish a workflow where I need only one slicer, Prusa have dropped the ball by messing with filament availability in custom printers (even though I own a Prusa MK3S and buy Prusa filament), there slicer, their rules I suppose.
Edited by JabbaTheHuttLink to post
Share on other sites