Ender 3 V2 2topped printing 1/2 way through lengthy print

What is the problem?

I'm a newbie and was just printing my first, very long, print. About half way through the print, the printer stopped and I have no idea what to do. Is there anyway to continue the print?

What did you already try to solve it?

I've been searching for an answer on this forum and on the 'net. I can't find information on what to do.

Have you tried running in safe mode?

Yes

Did running in safe mode solve the problem?

No

Systeminfo Bundle

You can download this in OctoPrint's System Information dialog ... no bundle, no support!)

octoprint.log (18.1 KB)
serial.log (740 Bytes)
plugin_pluginmanager_console.log (10.7 KB)
plugin_softwareupdate_console.log (15.0 KB)

Additional information about your setup

OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible

browser.user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15
connectivity.connection_check: 1.1.1.1:53
connectivity.connection_ok: true
connectivity.enabled: true
connectivity.online: true
connectivity.resolution_check: octoprint.org
connectivity.resolution_ok: true
env.hardware.cores: 4
env.hardware.freq: 1400
env.hardware.ram: 915718144
env.os.bits: 32
env.os.id: linux
env.os.platform: linux
env.plugins.pi_support.model: Raspberry Pi 3 Model B Plus Rev 1.3
env.plugins.pi_support.octopi_version: 0.18.0
env.plugins.pi_support.throttle_state: 0xE0000
env.python.pip: 20.3.3
env.python.version: 3.7.3
env.python.virtualenv: true
octoprint.safe_mode: false
octoprint.version: 1.6.1
printer.firmware: Marlin E3V2-Extensible-UI (Jun 6 2021 13:54:35)
systeminfo.generator: systemapi

Hello @APerson !

There is some issues going on:

Bit Hex value Meaning
17 0x20000 Arm frequency capping has occurred
18 0x40000 Throttling has occurred
19 0x80000 Soft temperature limit has occurred

It seems, the Pi gets too hot.

1 Like

Overheating is definitely a likely cause here, so best get that fixed.

In terms of resuming the print, the only thing you can do is edit the gcode to remove all the parts of the model that have already been printed. I don't recommend doing this if you aren't familiar with gcode since you need to ensure that the print head doesn't crash into what's already printed.

1 Like