bigtreetech / BIGTREETECH-TFT35-V1.2

3.5inch Serial Port Touch Screen, Support Marlin/Smoothieware/etc..
40 stars 44 forks source link

Marlin menu #26

Open ArturNadolski opened 5 years ago

ArturNadolski commented 5 years ago

Any chance for option to switch beteween TFT menu and Marlin menu?

dianlight commented 5 years ago

It's a good idea but I don't know if it can be implemented due to the nature of the TFT35. Since the TFT35 is a device that commands the motherboard via serial link, it does not receive from Marlin the information necessary to render the menu and execute the menu.

In any case, if nobody implements it before, I inserted it in the todo list of the things I will try to implement in my branch fork.

Stay connected...

Gerggg commented 5 years ago

Hello, it's a great idea, the tft screens are nice but from a point of view function, they are very poor. Having the richness of Marlin screens on tft would be a revolution in terms of interface on 3D printers. Good luck Dianlight !!

Gerggg commented 5 years ago

Hello, do you know the Extensible UI API? it is obviously used for TFT screens, it should help you move faster. On a post in the marlin project, there is one person who gave me an example of use for a Creality printer.

https://github.com/InsanityAutomation/Marlin/blob/CrealityDwin_2.0/Marlin/src/lcd/extensible_ui/lib/Creality_DWIN.cpp

ArturNadolski commented 5 years ago

TFT24 is working this way (Marlin menu). I assume that software can be ported to TFT35.

Gerggg commented 5 years ago

Really? can you give a link to the firmware of the TFT24? Thanks in advance.

ArturNadolski commented 5 years ago

I just saw it here: https://www.facebook.com/100021425589762/videos/397007831023400/ For a now, there no official FW source on GitHub.

Gerggg commented 5 years ago

Thank you, it seems that the Bigtreetech TFT24 does not exist yet, it should be released this week, I imagine that BTT will also release the firmware in the week.