bigtreetech / BIGTREETECH-TouchScreenFirmware

support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70
GNU General Public License v3.0
1.3k stars 1.65k forks source link

[BUG] (sd card tft 24 v.1 not work in marlin mod) #1325

Closed romucifer closed 3 years ago

romucifer commented 3 years ago

Description

sd card in tft 24 v1.1 work in touch mode but in marlin mode not work (motherboard skr e3 dip v1.1)

radek8 commented 3 years ago

Bad combination of SKR board and TFT display Look at #1312

radek8 commented 3 years ago

the same problem

romucifer commented 3 years ago

Mauvaise combinaison de la carte SKR et de l'écran TFT Regardez # 1312 my mod marlin work i have make cable exp3 (skr e3 dip v1.1)to exp1 and exp2 (tft24 v1.1) but only sd card tft not work in marlin mod

radek8 commented 3 years ago

The EXP3 connector does not connect to an external SD card. In Marlin mode you can only use the SD card on skr e3 dip v1.1

However, the condition is a correctly configured Marlin you have to allow

define SDCARD_CONNECTION ONBOARD

romucifer commented 3 years ago

Le connecteur EXP3 ne se connecte pas à une carte SD externe. En mode Marlin, vous ne pouvez utiliser la carte SD que sur skr e3 dip v1.1

Cependant, la condition est un Marlin correctement configuré, vous devez autoriser

define SDCARD_CONNECTION ONBOARD

for sd on board skr e3 work perfect in marlin mode it is posible mod pin for active sd card tft in marlin mod

radek8 commented 3 years ago

Marlin can do a lot, but your board has an EXP3 connector and it doesn't have the pins needed to connect an SD card in the TFT. The SD card in TFT communicates via pins which are connected in the EXP2 connector. It is understandable?

romucifer commented 3 years ago

I understood that the skr e3 dip v1.1 only has exp3 but I wonder if by remapping the pins not to use as for example the swd pins to the entries of the sd support on the skr e3 dip v1.1 card

oldman4U commented 3 years ago

romucifer

This repository is about software and radek answered your questions already. Please be so kind and start a ticket in the corresponding hardware related repositories for additional information and close this ticket here.

Thank you

radek8 commented 3 years ago

Everything is possible if you know what you are doing :-) It will be more suitable for you to buy new HW that will better suit your needs.

oldman4U commented 3 years ago

The SKR E3 DIP is a direct replacement for the Ender 3 which comes with an onboard SD card and a 12864 display which has no SD Card. So you need another mainboard or you use the TFT based storage options with the touch mode. Those two options you have without the possibility to brake your hardware.

romucifer commented 3 years ago

ok thank you very much i have look pin on marlin for remap on ISP i have close

oldman4U commented 3 years ago

👍🏻

romucifer notifications@github.com schrieb am Mi. 2. Dez. 2020 um 16:00:

ok thank you very much i have look pin on marlin for remap on ISP i have close

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1325#issuecomment-737283884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6XKZFOOJOVUDWBMW5XY23SSZI7LANCNFSM4UJMP7BA .

radek8 commented 3 years ago

You will have to find where the pins are routed under the motor drivers, but you will miss 2 more pins

image

radek8 commented 3 years ago

Isn't this better?

image

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.