README.md

This commit is contained in:
dkarpes
2024-07-27 00:54:20 +02:00
committed by GitHub
parent 5ad17ba024
commit d9df1a565b
+10 -10
View File
@@ -6,7 +6,7 @@
<body>
<h1>Marlin 2.1.x Configuration for DIY 300x300x400 3D Printer</h1>
<p>This repository contains the configuration files for <a href="https://marlinfw.org/">Marlin 2.1.x</a> 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.</p>
<p>
<h2>Features</h2>
<ul>
<li><strong>Firmware:</strong> <a href="https://marlinfw.org/">Marlin 2.1.x</a></li>
@@ -16,10 +16,10 @@
<li><strong>Printer Size:</strong> 300x300x400 mm</li>
</ul>
<h2>Display Configuration</h2>
<p> <h2>Display Configuration</h2>
<p>The BTT TFT35 V3.0.1 is set up to communicate over specific hardware UART and SPI pins, as defined in the <code>Configuration.adv.h</code> file:</p>
<h3>Hardware UART Pins</h3>
<p> <h3>Hardware UART Pins</h3>
<ul>
<li><code>UART1_TX_PIN</code>: PA9 (default usage LCD connector)</li>
<li><code>UART1_RX_PIN</code>: PA10 (default usage LCD connector)</li>
@@ -29,7 +29,7 @@
<li><code>UART4_RX_PIN</code>: PC11 (default usage TMC UART)</li>
</ul>
<h3>SPI Pins</h3>
<p> <h3>SPI Pins</h3>
<ul>
<li><code>TFT_SCK_PIN</code>: PA5 (Serial Clock)</li>
<li><code>TFT_MOSI_PIN</code>: PA7 (Master Out Slave In)</li>
@@ -38,24 +38,24 @@
<li><code>TFT_RST_PIN</code>: PB8 (Reset)</li>
</ul>
<h2>Classic Marlin UI</h2>
<p> <h2>Classic Marlin UI</h2>
<p>If you prefer using the classic Marlin UI, connect the EXP1 or EXP2 connector to the mainboard and enable it in the configuration files.</p>
<h2>Getting Started</h2>
<p> <h2>Getting Started</h2>
<ol>
<li>Clone this repository to your local machine.</li>
<li>Follow the Marlin firmware build instructions to compile and upload the firmware to your 3D printer.</li>
<li>Ensure all connections are made according to the pin configurations mentioned above.</li>
</ol>
<h2>Contributing</h2>
<p> <h2>Contributing</h2>
<p>Feel free to open issues or submit pull requests if you have improvements or suggestions.</p>
<h2>License</h2>
<p> <h2>License</h2>
<p>This project is licensed under the MIT License.</p>
<hr>
<p> <hr>
<p>For detailed information and support, please refer to the official <a href="https://marlinfw.org/">Marlin documentation</a>.</p>
<p> <p>For detailed information and support, please refer to the official <a href="https://marlinfw.org/">Marlin documentation</a>.</p>
</body>
</html>