derhopp / Marlin-with-Anycubic-i3-Mega-TFT

Fork Marlin Firmware to support the Anycubic i3 Mega TFT
GNU General Public License v3.0
101 stars 40 forks source link

print menu frozen in TFT #19

Closed lander1978 closed 6 years ago

lander1978 commented 6 years ago

I download the last https://github.com/derhopp/Marlin-with-Anycubic-i3-Mega-TFT firmware, the 1.1.x branch, and compile with arduino 1.8.7, mega board option. All seems ok, but wend I touch a "print" option in the printer the screen frozen. Nothing that I touch works, only power button. Control with octoprint its ok.

I can print with octoprint, but with this issue, I can't print never with printer alone.

Can you help me? Thanks

derhopp commented 6 years ago

Please connect the printer with usb (e.g. to octoprint) and send me the log output when you try to print directly (make sure, that you enable ANYCUBIC_TFT_DEBUG at the end of Configuration.h).

I will try to help. (:

lander1978 commented 6 years ago

Hello derhopp, I receive this:

Recv: T:25.12 /0.00 (975.75) B:26.14 /0.00 (974.50) @:0 B@:0 Recv: TFT Serial Command: A8 S0 Recv: 0 Recv: 1/�megaD� Recv: 2xyzCalibration_cube.gcode Recv: 3V29D_Fixed.gcode Recv: T:25.19 /0.00 (975.63) B:26.14 /0.00 (974.50) @:0 B@:0

thanks,

derhopp commented 6 years ago

Do you have any special characters in the names? In the directories or files? If yes, remove them and retry.

lander1978 commented 6 years ago

OK I solved it, the think was a � chinesse character, I use the original sd card with chinese name in one folder, I delete it, and all is ok now. THANKS !!!

derhopp commented 6 years ago

Super... that's unfortunately a known bug.

I also recommend to use a fresh and brand SD card for reliability purposes.