Foxies-CSTL / Marlin_2.1.x

This repository, based on the work of the Marlin team, contains the source code and some firmware for the Deltas printers. This firmware is optimized for FLSun 3D printers based on the original 32-bit platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
104 stars 26 forks source link

MKS Nanov1.3 socket labeled SD_Extender [BUG] #4

Closed riccalisci closed 1 year ago

riccalisci commented 2 years ago

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

``the SD card inserted in the external SD reader is recognized correctly but when printing is started, the printer resets when the set temperature is reached. With the same gcode file in the micro SD inserted in the original slot, works. https://youtu.be/gPnYbzBWXPY

Bug Timeline

problem found in 2.1.0 version too

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

2.1.1

Printer model

Flsun Q5

Electronics

MKS Robin Nano 1.3

Add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

IdeaMaker

Host Software

No response

Don't forget to include

Additional information & file uploads

confguration.zip

Foxies-CSTL commented 2 years ago

Hi @riccalisci
Sorry but I was busy with the preparation of the 2.1.1. Does the problem persist with this version?

riccalisci commented 2 years ago

yes, i'have tested also 2.1.1 (beta version) and problem still exist

Foxies-CSTL commented 2 years ago

yes, i'have tested also 2.1.1 (beta version) and problem still exist

I'm talking about the 2.1.1 version of 27/08/2021, not the bugfix. Did you perform a Nozzle PID in the preparation of your printer after leveling for PLA?

riccalisci commented 2 years ago

i can try a new stabile versione 2.1.1, could it have been fixed? Yes, i've perform a nozzle and bed PID.

riccalisci commented 2 years ago

i've tried with 2.1.1 and 2.0.9.3 versione, same issue.

Foxies-CSTL commented 2 years ago

Hi, As you are using a Q5 with MoBo nanoV1.3, I think that in the definition of the pins, the part where the use of external extension for a card reader (card socket) is missing. When I made my pin definition, I added this part because the HiSpeedV1 has this connector but I did not validate it with hardware.

MoBo NanoV1.x image

MoBo HiSpeedV1 image

Maybe adding this part in the pin file, could help you.

riccalisci commented 2 years ago

Thanks! I can try it, but i saw that the pins are the same from schematics. Immagine 2022-11-07 130437 MKS Robin Nano V1.3_002 SCH.pdf

riccalisci commented 1 year ago

i tried to set at half SPI speed, but nothing has changed.

Foxies-CSTL commented 1 year ago

Sorry but I can't help you more.