2

I have a Creality cr-10 printer. Everything is stock except for the direct drive extrusion system (I bought a conversion kit from Micro Swiss).

I have been working to dial in my settings, and I think they are almost there, with a few exceptions. There seems to be roughness/blobs at the layer transitions on my prints. This was present before my conversion to the direct drive system as well. I calibrated the steps/mm after the change as well. What settings should I focus on to try to get rid of this? Or is it some sort of mechanical issue? I've included some example pictures:

enter image description hereenter image description hereenter image description here

Nick
  • 23
  • 2

1 Answers1

0

From your pictures, the blobs are (at least mostly) not at layer changes but at speed changes where the toolhead has to drastically slow down and speed back up to go around a sharp corner (including as a special case a corner in the Z direction, i.e. a layer change). This happens because, when the toolhead slows down, there is still pressure in the nozzle due to forces that cause the plastic to resist being extruded to a degree that scales with the speed of extrusion.

The right solution to this problem is enabling and calibrating Linear Advance, which directly models and compensates for the phenomenon. Unfortunately, most printers including yours are still shipping with firmware too old to have this feature, or built without including it. So, your options are:

  1. Update to firmware with linear advance and calibrate it. The factor for PLA on a direct drive is likely to be around 0.04-0.06. This is the best solution but might be unnerving if you're not comfortable with making that kind of change to your printer.

  2. Print at lower speeds, so that there's less difference between the cruise speed and the speed at/near the corners.

  3. Print at higher acceleration/jerk, so that the decel/accel cycle at corners happens much faster giving less time for the residual pressure to push out more material.

Some of the issues in your pictures, however, look similar to "blobs" but apppear to be warping/curling from insufficient cooling or excess bed temperature. These are the ones in the first few mm of the print, below the lettering on the back (the lettering clearly has actual blobs). Using a lower bed temperature or even unheated bed, and/or improving your cooling (replacing the part cooling fan with a larger one, or pointing a desk fan at the printer during printing) should make these issues go away. You can probably also avoid it by printing significantly slower, or possibly by reconfiguring your slicer to print the outer wall first, before inner walls.

  • Lots of stuff to try, thanks. I'll certainly lower my bed temp, and I've heard of people having success using 3D printed fan ducts to deliver more airflow directly to the nozzle. I think I've underestimated the importance of cooling. I'm certainly open to updating my firmware and messing with the Linear Advance setting, sounds like it might be exactly what I need. It might take a while, but I'll report back with what happens! – Nick Feb 19 '22 at 19:07
  • 1
    I updated my printer firmware to Marlin 2.0, enabled linear advance, and calibrated. I printed another Benchy and it looks worlds better. Much finer detail at edges. Still some blobs, but I agree that some of that is probably from insufficient cooling. – Nick Feb 20 '22 at 23:29
  • @Nick: Great to hear it helped! – R.. GitHub STOP HELPING ICE Feb 21 '22 at 20:58