mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 13:43:25 +00:00
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown

|
|
[](https://ko-fi.com/suchmememanyskill)
|
|
|
|
# CYD-Klipper
|
|
An implementation of a wireless Klipper status display on an ESP32 + screen. Uses Moonraker to fetch data.
|
|
|
|
A simple and cheap solution to use a dedicated screen with Klipper, a 3d printing Firmware.
|
|
|
|

|
|
|
|
### Required hardware
|
|
|
|
A ESP32-2432S028R is required to run this project. You can find out where to buy these on the ["ESP32 Cheap Yellow Display"](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display#where-to-buy) repository.
|
|
|
|
### Features
|
|
- View printer status
|
|
- View print progress
|
|
- Start a print
|
|
- (When the printer is idle) move the printer
|
|
- (During a print) set fan speed, flow rate, speed and z offset
|
|
- Manage temperature
|
|
- Extrude/Retract filament
|
|
- Execute predefined gcode macros
|
|
- Toggle Moonraker power devices
|
|
|
|
### Install
|
|
|
|
[There is a web-based installer available. This is only supported on Chrome, Edge or Opera, and only on Desktop.](https://suchmememanyskill.github.io/CYD-Klipper/)
|
|
|
|
On initial install, all data should be wiped. On updates, data should be able to be kept without issues.
|
|
|
|
There are no 'over the air' updates. Each update has to be applied manually.
|
|
|
|
### Screenshots
|
|
(Quite literally shots of the screen. I'm sorry)
|
|
|
|
-|-
|
|
:-:|:-:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Credits
|
|
- [xtouch](https://github.com/xperiments-in/xtouch)
|
|
- [ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display) |