Skip to content

v1.3.2-OpenKE

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:20

v1.3.2-OpenKE

Two bug fixes, both reported on Discord — thank you @DylanUnofficial and @Janhuňka for flagging it and digging into it with us.

Fixed

  • Screws Tilt Adjust: "invalid config section" error. The optional Screws Tilt Adjust feature (SCREWS_TILT_CALCULATE) shipped only its config section, not the Klipper module backing it — on firmware without that module already present, Klipper rejected [screws_tilt_adjust] outright, and no amount of rebooting fixed it. The installer now vendors the module itself (Klipper v0.12.0, same approach as Axis Twist Compensation), so the feature actually works.
  • Touchscreen sometimes stuck uncalibrated after install/upgrade. A touch_calibrated: false value with no saved calibration data could get carried forward permanently once the v1.3.1 installer started preserving guppyconfig.json across installs instead of overwriting it, silently skipping the calibration wizard and leaving the touchscreen on raw, unusable input. GuppyScreen now recognizes that state as "never actually calibrated" and self-heals — the calibration wizard shows up correctly instead of requiring a manual JSON edit.

Both fixes were reproduced and verified on real KE hardware before release, including running the actual installer end-to-end.