Jump to content

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

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...