-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
Tim edited this page Jun 16, 2026
·
1 revision
The install/update scripts are current (they point at coreflake1/guppyscreen), but the pinned release
tag must be bumped at each release:
-
scripts/installer.sh/scripts/installer-deb.shpinPINNED_RELEASE(currentlyv0.5.5-GuppyKE) — the tarball they download. Bump this when cutting a new release. The installer script itself is fetched fresh frommain, so the install command on the Installation page always runs the latest installer. -
scripts/update.shqueriescoreflake1/guppyscreenreleases and filters out the rollingnightlyprerelease.
- The
View Job/Queue Jobbuttons in the "print already in progress" dialog are unimplemented stubs (Moonraker job-queue — deliberately low-priority on a single-printer KE). -
No automated unit-test suite. LVGL's own tests are disabled (
LV_BUILD_TEST=0); verification is via the CI build, the simulator, and on-device testing. See Development and Simulator. - CI builds only the Ender-3 V3 KE smallscreen target (
guppyscreen-smallscreen, MIPS). aarch64 and standard-screen MIPS can still be built from source, but are not produced by CI in this fork.
From docs/dev-notes.md:
- Temperature-chart Y-axis tick labels can overlap at high tick density on the 272 px height.
- The limits panel's four sliders in a single column can overflow 272 px; a 2×2 grid would fit better.
- The installer and updater use
wget --no-check-certificatebecause the KE's BusyBoxwgetlacks a CA bundle. This skips TLS verification — be mindful when installing over untrusted networks. - GuppyScreen typically runs as
rooton the printer (direct wpa_supplicant access). -
guppyconfig.jsonmay hold a Moonraker API key (moonraker_api_key); the shipped template sets it tofalse. Keep real keys out of version control.
Start here
Get perfect prints
- Calibrate step by step (A→Z)
- Perfect first layer (Axis Twist + KAMP)
- Auto Z-offset: the load-sensor caveat
- Square parts (Skew Correction)
- Quieter steppers (TMC Autotune)
Using the screen
- Screen tour
- Beeps & songs (buzzer)
- Fix layer shift after pause
- Camera: better image
- Camera: H.264 stream
- Troubleshooting