Skip to content

Commit

Permalink
cooldown, limits panel, pressure advance, restart/update guppy, filen…
Browse files Browse the repository at this point in the history
…ame under thumbnail.
  • Loading branch information
ballaswag committed Dec 29, 2023
1 parent 6ffc1f3 commit 3c2c4fc
Show file tree
Hide file tree
Showing 39 changed files with 5,691 additions and 46 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Guppy Screen for Klipper

Guppy Screen is a touch UI for Klipper using APIs exposed by Moonraker. It builds on LVGL as a standalone executable, has no dependency on any display servers such as X/Wayland.
<p align="center">
<a aria-label="Downloads" href="https://github.com/ballaswag/guppyscreen/releases">
<img src="https://img.shields.io/github/downloads/ballaswag/guppyscreen/total?style=flat-square">
</a>
<a aria-label="Stars" href="https://github.com/ballaswag/guppyscreen/stargazers">
<img src="https://img.shields.io/github/stars/ballaswag/guppyscreen?style=flat-square">
</a>
<a aria-label="Forks" href="https://github.com/ballaswag/guppyscreen/network/members">
<img src="https://img.shields.io/github/forks/ballaswag/guppyscreen?style=flat-square">
</a>
<a aria-label="License" href="https://github.com/ballaswag/guppyscreen/blob/develop/LICENSE">
<img src="https://img.shields.io/github/license/ballaswag/guppyscreen?style=flat-square">
</a>
<a aria-label="Last commit" href="https://github.com/ballswag/guppyscreen/commits/">
<img src="https://img.shields.io/github/last-commit/ballaswag/guppyscreen?style=flat-square">
</a>
</p>

## Installation / Update
Run the following interactive script via SSH on your K1/Max to install Guppy Screen.
Expand Down Expand Up @@ -31,7 +48,8 @@ ssh into your K1/Max and run the follwow command:
:white_check_mark: Extrude/Retract
:white_check_mark: Temperature Control
:white_check_mark: Fans/LED/Move Control
:white_check_mark: Fine Tune (speed, flow, z-offset)
:white_check_mark: Fine Tune (speed, flow, z-offset, Pressure Advance)
:white_check_mark: Limits (Velocity, Acel, Square Corner Velocity, etc.)
:white_check_mark: File Browser

## Roadmap
Expand All @@ -40,8 +58,6 @@ ssh into your K1/Max and run the follwow command:
:bangbang: Multi-Printer support
:bangbang: Vibration graphs
:bangbang: Firmware Retraction
:bangbang: Other Fine Tune params (Pressure Advance, Smooth Time)
:bangbang: Limits (Velocity, Acel, Square Corner Velocity, etc.)

Open for feature requests.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.15
0.0.16
302 changes: 302 additions & 0 deletions assets/material/cooldown_img.c

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions assets/material/limit_img.c

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions assets/material/pa_minus_img.c

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions assets/material/pa_plus_img.c

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions assets/material/update_img.c

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions assets/material_svg/cooldown_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/material_svg/limit_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/material_svg/pa_minus_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/material_svg/pa_plus_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/material_svg/update_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3c2c4fc

Please sign in to comment.