MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.26k stars 19.23k forks source link

[BUG] (bug summary) #24143

Closed Neonangel65 closed 2 years ago

Neonangel65 commented 2 years ago

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

Yes, and the problem still exists.

Bug Description

while trying to get marlin configured for the skr v2 board for a sunlu s8 printer and building it through auto marlin it keeps erroring out about the TFT pins saying did you mean like sd_sck_pin? I haven't even messed with anything there or anything related to the pins I would like some help I have tried different revisions of marlin and even a pre-built one someone made for a Prusa but as soon as I switched things around to work for my printer it wouldn't allow me to build. the bug fix code wont even register as a valid version of marlin under auto marlin

Bug Timeline

today 05/07/22

Expected behavior

I expected to be able to change a few settings and build it fine

Actual behavior

errored out

Steps to Reproduce

Marlin-2.0.9.2 (2).zip

Version of Marlin Firmware

tried 2.0.9.2,2.0.9.3 and 2.0.9.1

Printer model

sunlu s8

Electronics

bigtreetech tft35 e3 v3.0.1 skr v2 rv_b

Add-ons

No response

Bed Leveling

No response

Your Slicer

Cura

Host Software

No response

Additional information & file uploads

No response

ellensp commented 2 years ago

You do NOT enable #define TFT_GENERIC for that type of TFT

That type of TFT is not directly controlled by the controller. It uses a serial port for the touch side (serial port 1) and REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER or CR10_STOCKDISPLAY for marlin mode.

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 2 years 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.