TFT35 firmware for cnc?

Wondering if anyone has made the latest TFT35 cnc focused firmware.
Currently running the latest v1 published firmware but it seems to be 3D printer focused.

This question often comes up. The firmware runs on Marlin which is made for printers, so there are some leftovers in the menus of the LCD without any function.

Adapting the TFT screen menues (TFT mode) and making them more CNCish is definitely doable, but you will need some extended knowledge about C / C++ programming. You need to amend the code, and re-compile with VSCode / PlatformIO. Itā€™s not simple, and documentation is scarce.
I simplified the latest published firmware version, eliminated some 3D printer focused entries, and added a couple of items I thought were useful. Itā€™s probably not a sustainable solution because once BTT update their software, Iā€™ll have to re-do this all again.
I think it was worth the effort as it makes life a lot easier with the TFT screen.

2 Likes

Hello Christian, this is good news, i have the same feeling as Frank, if what you did is for SKR Pro V1.2 and TFT35 V3 E3, are you so kind to share your modified FW version?
Thank you

1 Like

Happy to give this a try:

  1. What is the exact name of the firmware file that you flashed onto your TFT?
  2. If you have never flashed it before, and as there are different versions of that TFT, it would be good to know the exact name of the processor in your TFT (a picture of the chip would be great).
  3. Finally, do you use a specific touch plate for probing? If so, how thick in mm is it?

Thanks.
The FW I have now in the TFT is: BIGTREE_TFT35_V3.0_E3.27.x.bin
The touch plate is 5 mm thick.
I will send the picture of the processor in a while

1 Like

Hey @Avatario do you have a forked repo/branch pushed to github that people can diff and figure out roughly what changes to make?

1 Like

Good point. No, I havenā€™t so far. Itā€™s definitely on my list of things to do if time allows, and it will also make the update process easier (should there be an update for the TFT one day).

1 Like

Here is the processor data.
Thanks

Hey Christian,
You got a video clip of your firmware so we can check out your brilliant work in making it cnc orientated.
Would be a good idea maybe to work with Ryan and have your firmware as part of the install and maintained.
As for BTT updates, users arenā€™t forced to update to the latest, so users can stay on the current firmware you have compiled until a new version of yours is made?
Maybe also keep the complies version open source for others to alter?

I too would love to have your firmware.
My current firmware is:

Also the chip used is:

1 Like

Hi,

Please see the attached:

Release.zip (2.2 MB)

Extract the ZIP file and copy the whole content to the root of a clean sd card. You should then see there
1 The folder ā€˜TFT35ā€™
2 The file ā€˜config.iniā€™ ā†’ Please replace this with your own config.ini should you have made changes to it
3 The new firmware ā€˜BIGTREE_TFT35_V3.0_E3.28.x.binā€™

I set the touch plate height to 5mm, please check whether this works by probing via the menue Zero / Z-Probe.

I couldnā€™t test it as my processor is differentā€¦ Good luck!

2 Likes

Sure, no problem Frank. Are you using a touch plate? If so, whatā€™s its height? I somewhat hardcoded the homing sequence in the firmware.

You got a video clip of your firmware

Iā€™m sorry, I havenā€™t. Why donā€™t you check it out first, maybe youā€™ve got some ideas how to make it better. Not sure whether I would call it ā€˜brilliantā€™, itā€™s just a couple of small but effective changes, Iā€™d guess.

Would be a good idea maybe to work with Ryan

Yeah, more than happy to. But Iā€™m not sure whether this is the teamā€™s focus right now.

As for BTT updates, users arenā€™t forced to update to the latest,

Thatā€™s good to know, thank you. But there might be useful changes from BTT weā€™d like to use as well.

Maybe also keep the complies version open source for others to alter?

Yes, thatā€™s the plan. Iā€™ll create a public fork. But I must admit Iā€™m still a rookie when it comes to Github, so Iā€™d need a bit of learning firstā€¦

1 Like

I have the v1 engineering touch plate.
Which I believe is 0.5mm thick.

here we go:

Release_Frank.zip (2.2 MB)

Touch plate is 0.5mm.

Can you please follow the above instructions: https://forum.v1e.com/t/tft35-firmware-for-cnc/36279/12?u=avatario

1 Like

ok so i have updated, however my custom g-code entries in config.ini arenā€™t showing.
This is what i got:
custom_label_8:Start Router
custom_gcode_8:M106 P0\n
custom_label_9:Stop Router
custom_gcode_9:M107 P0\n
custom_label_10:Start Vacuum
custom_gcode_10:M106 P2\n
custom_label_11:Stop Vacuum
custom_gcode_11:M107 P2\n

But when i go into ā€œCustomā€ they arent listed? Is there a way to re-upload the config.ini file only?

Havenā€˜t you kept your own config.ini?

My understanding is that you simply copy your own config.ini to the sd card.

yeah i did this, but doesnt show the custom entires.
So thought maybe of re-uploading it to try again