makerbase-mks / MKS-Robin-Nano-V3.X

Robin nano V3 is an upgraded version of Robin Nano V2.0. The upgrade changes are quite large, including upgrading the MCU to the M4 core, and adding support for USB disk.
GNU General Public License v3.0
141 stars 69 forks source link

SD/USB = reboot after heating | USB cable = success print #62

Closed ImmortalTeknik closed 3 years ago

ImmortalTeknik commented 3 years ago

Hello guys,

I couldn't find anything relating to my problem so far on web so here I am asking your help.

Hardware:

The issue:

What I tried: -Remove MKS Wifi -exFat or Fat32 -Enable Disable OTG feature -Flash drive w/without msc. -SPI speed half

Attached are my Cfg files.

It's my first post here. I was so happy to swap my old 8 bit board for a modern hardware but I am now totally disapointed. 8 bit was limited but simple and less prone to bug I think, 32 bit seems to be far more complex and less reliable. Hope I am wrong, we will see. Configuration.txt Configuration_adv.txt

EDIT: I am now able to select a job from USB or SD but the printer still reboot as soon are temps are reached, sometimes just after homing.

mks-viva commented 3 years ago

Hi! What is you set in platfromio.ini file env=? You can refer to here set: image

ImmortalTeknik commented 3 years ago

Hello Viva,

Thanks for your reply.

I tried with both _usb_flash_drive and _usb_flash_drive_msc.

ImmortalTeknik commented 3 years ago

I would like to add something:

ImmortalTeknik commented 3 years ago

So, after days and nights of head sracthing, I finally solved my issue: my gcode starting script was making marlin to crash. I just removed it and write a new one (default cura).