The print is now much better than before after I tighten the belts again. But I notice these horizontal lines. It is less visible in other color but white kindda accentuate this problem. My initial research shows that this is related to over-extrusion. Is it? What am I missing here?
Don’t worry about the pimples. I have my slicer with random starting point for each layer.
Those blobs are indeed strange. I believe they are related to the starting position. I am testing dialing down the flow rate to 90%. I have measured the filament and it is indeed 1.75mm. Either the motor is rolling faster than it should or the tip needs replacement.
May need more retraction or possibly less prime/extra feed after a retraction for a move, but there are calibration objects on thingiverse and youmagine that can help you verify that better
Cool, I will try some of them out. There are just too many calibration objects on these repo :(. If you have one that you recommend, please let me know. Thanks.
Also, if you find you’re having to adjust your extrusion % after calibration, its best to recalibrate your extruder steps to compensate. Much healthier to fix issues in firmware and hardware than to customize your slicer to do so in the long run.
@Miguel_Sanchez $fn is to define a fixed number of facets. $fa and $fs, minimum angle and minimum size, is generally speaking a better choice as the arcs keep their “resolution” if dimensions are changed.
See the section Interlude: a technical note about the precision of the facets in @Jeremie_Francois excellent blog post here;
(Just had to mention this since I was using $fn fo so long, for the wrong reasons )
@korpx indeed, we probably all did this at the beginning By the way, setting both $fa and $fs to less than 0.5 is probably overkill. It generates a huge amount of gcode (where the segments are often smaller than what the printer is capable of). More importantly, if you use a serial link (USB tethered printer), small pauses may happen as the link is overflown (or the arduino fails to keep up with the conversion, e.g. on delta printers). This in turn impacts quite badly the print!
updated: added this warning to my tutorial