diff --git a/_site/index.html b/_site/index.html index 8ab571c..e262944 100644 --- a/_site/index.html +++ b/_site/index.html @@ -24,7 +24,11 @@ } .main a { - color: #F00; + color: #F44; + } + + .install { + margin-bottom: 300px; } .install .iconify { @@ -46,13 +50,22 @@ document.getElementById("changelog-header-version").innerText += data.tag_name; } + function setInstallButton(esp){ + document.getElementById("install-btn").innerHTML = ``; + } + + function setInstallButtonDefault(){ + setInstallButton("esp32-2432S028R") + } + fetchChangelog(); + window.onload = setInstallButtonDefault;
-

CYD-Klipper

+

CYD-Klipper

An implementation of a Klipper status display on an ESP32 + screen.
Uses Moonraker to fetch data.
Source code is available on GitHub.

@@ -64,18 +77,24 @@

Donate

If you found this project helpful, please consider a donation to my Ko-Fi.
It would help out a lot in the development of this project, due to the need to buy the screens.
Thank you!

- -
-

Install on ESP32-2432S028 (2.8" Resistive)

-

Note: You may need to hold the 'BOOT' button on the device while pressing install.

- + +
+

Report Issues

+

If you experience any issues with this project, or any feature requests for the project, please report them on the issues tab on Github.

+
-

Install on ESP32-3248S035 (3.5" Capacitive)

-

Note: You may need to hold the 'BOOT' button on the device while pressing install.

- +

Install

+

Select your device from the list below and click 'Connect'.
Note: You may need to hold the 'BOOT' button on the device while pressing install.
The 2.8" Resistive and 3.5" Capacitive models are best suited (in my opinion) for CYD-Klipper.

+ +
\ No newline at end of file