Jump to content

Which Cura settings affect small features?


aidtopia

Recommended Posts

Posted · Which Cura settings affect small features?

Using OpenSCAD, I've been putting some raised text labels on my designs.  When I print them with my Ultimaker 2, the text is often has gaps.  I thought this was a printing problem, but I recently realized that the slicer is dropping parts of the text.  I assume that's because these parts are very small.  Are there Cura settings that control which small features are skipped?

 

Here's an OpenSCAD script that illustrates the problem by generating a string of digits in the Arial typeface at sizes of 2, 3, 4, and 5 mm.

module sample(size=10) {
    cube([8*size+2, size+4, 2]);
    translate([2, 2, 1.9]) linear_extrude(2) text("0123456789", size=size, font="Arial");
}

for (i=[0:3]) {
    size= i + 2;
    translate([0, 14*i, 0]) sample(size=size);
}

 

The attached photos show how OpenSCAD renders the STL and how Cura is slicing it with the normal profile.  The 2mm text is missing completely, which seems reasonable.  The 3mm text is also missing, but the slicer instructs the print head to travel to where it would be.  At 4mm (which is the size I keep ending up with in my designs), the text is mostly present, but the figures are broken:  the diagonal from the digit '4' is missing and the curves at the tops and bottoms of the round digits are broken.  At 5mm (and above) the text remains intact.

 

I've tried using the Fine and Extra Fine profiles, but those mostly just change the layer height, which is not the issue here.  I've tried to search for settings related to small or fine features, but I haven't found any that seems to affect the slicer's behavior in this regard.

 

In many cases, I can increase my text size, but, when I'm constrained to a slightly smaller size, are Cura settings I could adjust to reduce the skipping of the fine strokes of small-ish text?

 

Thanks.

 

openscad_text.png

cura_text.png

  • Link to post
    Share on other sites

    Posted · Which Cura settings affect small features?

    I think you will find the quality of letters and numbers increases greatly if you have them go into the part instead of sticking out.  Also if you put them on a side wall of a part it's even better.  I usually have them stick into the part by 0.3mm.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...