3

I thought I have already had and fixed every problem one could possibly have with a 3D printer. Guess I was wrong.

I haven't used my Creality CR-10 for a few weeks, everything was working the last time I tried. Today I wanted to print something minor and the printer just randomly paused a few times in the middle of the print.

To be exact, it seems that after a few G-code commands have been executed the printer just freezes for like 10 seconds and then continues like nothing happened. This occurred a few times and every time the nozzle is melting the surrounding plastic and extruding a little which ruins the print.

I have tried:

  • Print from SD Card
  • Print from Laptop via USB connection to Ultimaker Cura
  • Print different models at different settings

My theory is that either there is a core problem with how Ultimaker Cura exports the G-code files or something is wrong with the printer software. I thought that maybe re-installing the firmware might fix it but I heard that that is a risky process. What do I do?

Trish
  • 20,169
  • 10
  • 43
  • 92
EVARATE
  • 101
  • 1
  • 2
  • Is there any real problem with the print itself or does the printer miss steps when it does this? – Pᴀᴜʟsᴛᴇʀ2 Jun 12 '19 at 20:44
  • Is it randomly pausing, or after each layer? Maybe the minimum layer time setting has been changed by accident. – 0scar Jun 12 '19 at 21:33
  • Ok I fixed it by using Cura 4.0.0 instead of Cura 4.1. I checked again and found that the delay of ~10 seconds occurred every time right before the print head would go to a new object and again when it arrived. So when finishing the skirt it stops, when arriving at the new object it stops. I haven't found any setting that would cause this so I will try to make a bug report. – EVARATE Jun 13 '19 at 11:07
  • 1
    Have you examined the G-code? If there is a long sequence of "no-op" g-codes, or a pause command (G4) there would be a stop. Are you sure it has stopped? Perhaps it is moving slowly? The g-code would tell the tale. Is it possible that you have z-hopping turned on, and that the z velocity is extremely slow? I guess in summary I would examine the g-code. It is likely that the printer is behaving correctly, but the slicer is slightly misconfigured. – cmm Jun 13 '19 at 16:12
  • @EVARATE before reporting a bug, make **sure** that all the preferences and configuration values are the same in both versions of Cura that you're trying out. – Carl Witthoft Jun 13 '19 at 17:44
  • I also looked through the gcode and neither "G4" or "no-op" was anywhere in the file. The steppers don't seem to move at all, not even slowly. Also I always used factory settings of 4.1 and 4.0 and only made changed in layer height and enabled ironing but nothing else. I haven't made the bug report yet because I didn't have time to make a deeper comparison anyways. Thanks for all the answers though. – EVARATE Jun 16 '19 at 08:08
  • I suggest you use [Pronterface or Octoprint](https://3dprinting.stackexchange.com/questions/10573/what-is-a-printer-console-terminal) to read out a graphical output of the hotend temperature. If it is inconsistent and drops too low at times, it might cause safety halts, as it waits for the hotend to heat up again. – Trish Jul 16 '19 at 18:00
  • 1
    I am seemingly having the same issue only on Cura 4.3. There is no "Maximum Z Speed" anywhere on 4.3 so how can I fix this? As talked about above I just checked my "minimum layer time" and it is set to 10. I have also used another slicer and this same issue keeps happening it just messes up differently. I've also tried printing from SD card and OctoPrint. Same issue... How could this be my slicer if this same thing is happening on a different slicer than Cura? Please see also [CR-10S Pro pausing and starting again](https://3dprinting.stackexchange.com/q/11174). – Matt Dongworth Oct 13 '19 at 02:59

2 Answers2

4

Edit: The z-hop problem has been fixed in Cura 4.2.


This is a known issue with Cura 4.1 when z-hop is enabled.

If you touch the z-axis motor frame while it is apparently stationary, you may feel it is actually moving.

The solution is to set a value (I used something like 250 in conjunction with an Ender 3) for the "Maximum Z Speed".

First you need to get the setting to be visible, so go to the "Settings" menu and choose "Configure setting visibility...":

Configure setting visibility dialog

Then in the "Print settings" panel:

Print settings panel

The full story is available on GitHub at [4.1 - current master branch] Z feed rates #5753.

Andrew Morton
  • 314
  • 2
  • 10
0

I experienced the same with 4.1. Everything went back to normal after going back to 4.0 despite that all settings were identical as far as I could see. I compared the two g-code files using a simple file comparison tool. They were very different, hardly anything was the same. I still need to figure out what they mean. The model and thus the g-code files are far to large to go through. So, I will have to use a simple and small model to start unraveling what those differences mean.