From 5ad17ba024bb6fabde8fb381bb171829afdfa89f Mon Sep 17 00:00:00 2001 From: dkarpes <94148691+dkarpes@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:51:39 +0200 Subject: [PATCH] README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 31276c7..37c1096 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,19 @@
This repository contains the configuration files for Marlin 2.1.x firmware tailored for a DIY 300x300x400 3D printer. It includes settings for a BTT TFT35 V3.0.1 display, a BLTouch auto bed leveling sensor, and a BTT SKR MINI E3 V3 mainboard.
-+
+
The BTT TFT35 V3.0.1 is set up to communicate over specific hardware UART and SPI pins, as defined in the Configuration.adv.h file:
+
UART1_TX_PIN: PA9 (default usage LCD connector)UART4_TX_PIN: PC10 (default usage TMC UART)UART4_RX_PIN: PC11 (default usage TMC UART)+
TFT_SCK_PIN: PA5 (Serial Clock)TFT_DC_PIN: PB7 (Data/Command)TFT_RST_PIN: PB8 (Reset)+
If you prefer using the classic Marlin UI, connect the EXP1 or EXP2 connector to the mainboard and enable it in the configuration files.
-+
+
Feel free to open issues or submit pull requests if you have improvements or suggestions.
-+
This project is licensed under the MIT License.
- -
For detailed information and support, please refer to the official Marlin documentation.
+