Skip to content

Commit

Permalink
Merge pull request #9 from jpcurti/improve_docs
Browse files Browse the repository at this point in the history
Improve docs
  • Loading branch information
jpcurti authored May 29, 2024
2 parents b8bf2c5 + 8307bcd commit 728ed07
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
Welcome to the Klipper project!
# Modified Klipper for the Creality Ender 3 V3 SE with display support

This project allows you to use the original Creality E3V3SE (Ender 3 V3 SE) display with Klipper. It is an improved version compared to the [first version, connected directly to the rpi gpios](https://github.com/jpcurti/E3V3SE_display_klipper).

![Demonstration image](docs/img/display_e3v3se_klipper.gif)

Features that are not available are shown as a pop-up:

![Demonstration image](https://github.com/jpcurti/E3V3SE_display_klipper/blob/main/docs/img/disabled_features.gif?raw=true)

## Supported features

The currently supported features are:

| Feature | Status |
| ---------------------- | ------- |
| Print file | ✗ |
| Tune print | ✗ |
| Pause/continue print | ✗ |
| Stop print | ✗ |
| Move Axis | ✗ |
| Home Axis | ✗ |
| Set Z offset | ✗ |
| Disable step motors | ✗ |
| Preheat bed | ✗ |
| Cooldown | ✗ |
| Set nozzle temperature | ✗ |
| Set bed temperature | ✗ |
| Set max speed | ✗ |
| Set max acceleration | ✗ |
| Set steps per-mm | ✗ |
| Leveling Menu | ✗ |



[![Klipper](docs/img/klipper-logo-small.png)](https://www.klipper3d.org/)

Expand Down
Binary file added docs/img/display_e3v3se_klipper.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion klippy/extras/e3v3se_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ def Draw_Info_Menu(self):
self.color_background_black,
30,
230,
"E3V3SE_display_klipper",
"ender3-v3-se-klipper-with-display",
)
self.Draw_Status_Area()

Expand Down

0 comments on commit 728ed07

Please sign in to comment.