What is causing this "ribbed" texture on my circular prints?

  • I am having this problem with my printer. It doesn't print smooth circular objects. The objects are typically "ribbed" or ridged... never smooth. I am not sure how to fix this.



    I have tried fixing it in Meshmixer, I've tried Sli3r (I normally use Cura 2.7). I've tried turning down acceleration as low as it will go (500 in my printer's case), tried slowing down the actual print and travel speeds. Short of just replacing the dang thing (not an option at all), I have no idea what to do... I'm at a total loss for words here.



    My printer is a TronXY P802MA. Auto Level, runs Marlin firmware. I use Octoprint as my print server. The picture shows the odd texture. It's at the bottom of this particular model. For some reason, within the pictured model, the problem isn't reproduced in the partial spheres.



    Unwanted texture


    Did you try slicing with a smaller layer height? Did you look carefully at the source model to be sure it's not got limited ('low poly') definition?

    Regardless of the layer height, it still does this. I have not looked into low poly definition. I don't believe it is, because I've seen photos of this exact model and they're all nice and smooth.

    Have you checked the tension on the belts of your printer? Loose belts could cause the printer carriage to 'bounce' leading to something like this.

    @Diesel, Yes i did. It's the first thing I checked. There was just a little slack, and i tightened it up. Problem still reproduces.

    I'm definitely reaching with this, but are your belts, pulleys and rods your system slides on clean and straight? The pattern looks very repeated and symetric leading me to think there's some type of mechanical issue with your printer.

    Yes. Belts, pulleys, and all slide rails are clean and straight. The y-axis screw rod nuts are tightly fastened in all placed it needs to be. Regular checks are made for tightness. I'm thinking about using Loc-Tite or superglue on them though to keep them from loostening.

    @PiGuy88, try lowering your printing speed. Best if you put it in under 30mm/s range. This is quite reliable way to check if the waves appear because of printer mechanics.

    this happened to me when I was printing from PC, when print from SD card print is nice and smooth.

  • Any deviation from smoothness is caused by irregularity in the material feed, the motion, or both. In this case, I would suggest both.



    The problem is that current 3D printer control firmware (If someone has a counter-example in the hobbiest space, please add it) prints in linear segments. This starts as @senthil-j-prakash shows in the conversion of the CAD object to an STL file. STL files are made of triangles, which are linear structures. There is no curvature in a triangle, only straight edges and flat faces. Making the triangles as small as possible helps, but it exacerbates the next problem.



    The second problem is that each line segment is passed as a separate command to the control firmware. No matter if this is stored on an SD card, or transmitted through USB from the PC to the control firmware, each command defines a short, linear movement. In an ideal world, the printer would precisely reproduce each of this short, linear motions, which would flow smoothly from one to the next.



    Unfortunately, the "flowing smoothly" part is difficult to implement, and in some cases isn't actually what you want. If the angle between segments is sharp enough, you don't want to round the corner. When printing approximations to circles, however, one could move continuously, if the commands were sent enough ahead to analyze, and the firmware were clever enough to combine two segments into one smooth, curving motion.



    This computation is very difficult to perform on an 8-bit microcontroller, and historically has not been done.



    I am using a 32-bit ARM microcontroller and the RepRap firmware, which also does not smoothly merge motion between two low-angle linear motions into one smoother motion.



    But, it's not just merging two into one. One must merge a long series of short, linear moves into a long sequence of curved moves. We could be doing motion planning based on splines rather than segments.



    But then, we need to cap how much the control processor may change the path because the slicing software needs to predict very closely where each extruded element will lie. Adjacent elements (additional perimeters and infill) must be placed to touch those elements for bonding and strength. if the control processor has moved an element too far, it could either not connect with, or interfere with, an element that is placed later.



    But, enough of that rant about the technical difficulties.



    For your particular machine, it is likely to be moving in fits and starts because of the short, linear commands. Anything you do that improves the print quality will help with the ribs, and make them look more like facets.



    Check the belt tension, the backlash, and the stiffness of the whole machine. Try using slower speed and acceleration settings. If you are printing from a PC through USB or the network, try printing from an SD card. (If printing from an SD card, try printing over USB or the network).



    Good luck, and keep printing! Tell others of your experiences.


  • Thank you all for your valuable input. I have come to find out that the issue was because of a host of movement related issues.




    1. Print speed is too fast. I have since reduced it.

    2. There were some firmware related settings that needed adjusting.



    I found after making the appropriate changes, my circular prints came out beautifully!


    Consider upvoting an answer if it helped you out, and marking the most useful one as accepted. Answers aren't the place to say "thanks". Alternatively, you can also leave a comment. Additionally, perhaps you could give a few more details on what changes you made to help out anyone who might have this problem in the future?

    none of the answers here resulted in a fix for the problem, so therefore, i am unable to upvote any of them

    What are the firmware setting that needed adjustments?

    You could accept your own answer, since it explains the cause and (sort of) the solution.

    @PiGuy88 Yes, I'm wondering what were the related settings you needed to adjust. Can you explain how much the speed was reduced? No one here was answering but they were commenting to get a better solution. Everything is important to get a cause-effect.

    Hi, please could you accept your own answer as it will remove the question from the unanswered queue and as a beta site we need to keep the queue to a minimum. Also, it would be extremely helpful for other people with the same issue if you could explain what your print speed was and what you changed it too and what exactly were the firmware changes. As it stands your answer is a little vague, and while it gives a general pointer as what needs to be done, precise details would make your answer *much* more useful (and garner more votes). Thanks in advance.

  • Did you try to use different infill? Denser or less dense?



    You can also try to reduce overlapping infil with outlines.



    Try to set 2 or 3 outer perimeters / outlines.


    Yes. I've toyed with multiple infill settings. Problem reproduces.

  • When you are saving a CAD file to STL format to print, there are options on resolution. Coarse and Fine. Basically coarse would give that ribbed/flats effect.



    I am not sure what CAD package its created but normally all the CAD packages allow the user to specify the deviation about from a design curve.
    enter image description here


  • If your flowrate is not that well controlled it may introduce the little bulges at every corner.
    It helped my printer when I lowered the "jerk" value in the machine settings on the printer.
    The "jerk" determines how fast it approaches and leaves a corner.


License under CC-BY-SA with attribution


Content dated before 7/24/2021 11:53 AM