Unresponssive printer and crc errors

Post Reply
Panormitis
Posts: 8
Joined: Wed Mar 13, 2019 7:51 pm

Unresponssive printer and crc errors

Post by Panormitis » Mon Jan 13, 2020 4:03 pm

Hello, I have a Geeetech A10M for about a year. It was working fine. I tinkered and uploaded the firmware numerous times in the past with no problems.
However after the last firmware install, the printer became unresponsive and throws a lot of crc errors. Any ideas how to fix it?
Slic3r.png
Slic3r.png (62.39 KiB) Viewed 3877 times

Code: Select all

echo: External Reset
Marlin 1.1.8
echo: Last Updated: 2017-12-25 12:00 | Author: (none, default config)
echo:Compiled: Jan 13 2020
echo: Free Memory: 2432  PlannerBufferBytes: 1360
echo:V12 stored settings retrieved (642 bytes; crc 36404)
echo:poweroff stored settings retrieved (56 bytes; crc 0)
read file dir: 
read file name: 
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0
crc error: 10 != 0

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Unresponssive printer and crc errors

Post by William » Mon Jan 13, 2020 4:21 pm

:D Hi,you can try to :1.Go to the octoprint settings;

2.In the settings under Serial connection -> Behavior -> Cancel current print jobs and then execute M500 in the terminal.

and you can refer to this:https://github.com/OctoPrint/OctoPrint- ... /issues/42

I hope this can help you.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Panormitis
Posts: 8
Joined: Wed Mar 13, 2019 7:51 pm

Re: Unresponssive printer and crc errors

Post by Panormitis » Mon Jan 13, 2020 4:29 pm

I tried other versions of firmware, I tried upgrading with and without an sd card. Didn't make any difference. I tried M502 & M500, no luck.
The screen & menus are unusable.
How many rewrites can the eeprom handle?
I'm not using octoprint
IMG_7676.JPG
IMG_7676.JPG (212.94 KiB) Viewed 3870 times

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Unresponssive printer and crc errors

Post by William » Mon Jan 13, 2020 4:44 pm

Hi, Can you upload it using the firmware that has been compiled on the official website?

Upload using firmware toolkit,
You can refer to: viewtopic.php?f=20&t=69684
You need to close the slicing software when uploading to avoid occupying the port.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Panormitis
Posts: 8
Joined: Wed Mar 13, 2019 7:51 pm

Re: Unresponssive printer and crc errors

Post by Panormitis » Tue Jan 14, 2020 10:40 am

I usually upgrade the firmware from Linux using Arduino IDE, with no issues so far. However when I used Windows and the firmware toolkit, the printer worked again, thanks.
I guess something went wrong with the usb drivers on Linux.

I have another problem too, I'll open a new thread for it.

Panormitis
Posts: 8
Joined: Wed Mar 13, 2019 7:51 pm

Re: Unresponssive printer and crc errors

Post by Panormitis » Wed Jan 15, 2020 7:59 am

Thanks for the info Vert

Post Reply