Skip to content

Releases: suchmememanyskill/CYD-Klipper

Maintenance update

18 Aug 22:16

Choose a tag to compare

What's Changed

  • feat: add Guition JC8048W550 display support by @ryodeushii in #185
  • platfromio: Update LovyanGFX from 1.2.0 to 1.2.7 by @MadRajib in #196
  • lvgl API: use lv_obj_has_state to check state value by @MadRajib in #198
  • serial_console: Add support to handle delete/arrow keys by @MadRajib in #195
  • Add support for JC3248W535C (Guition 3.5" ESP32-S3 Display) by @DylanPW in #189
  • use correct spelling for WiFiClientSecure.h by @snaewe in #202
  • Rework CI to be split off into a seperate file (ci.json) and also generate the relevant .html entries

New Contributors

Full Changelog: v2.1.1...v2.1.2

Fix webflash for S3 based devices

09 Feb 00:58
7c564e8

Choose a tag to compare

  • Fix S3 images aren't properly compiled ( #154 )

Polishing up the v2 release

01 Feb 18:58
e6b5d17

Choose a tag to compare

Fixes

  • Implement an option to install serial console as root ( #162, #142 )
  • Add full keyboard for serial code in bambu's entry screen ( #161 )
  • Fix bug that caused 0% and 100% fan speed options to not display under Klipper printers ( #145 )
  • Fix improper bus clearing for serial Klipper ( #144 )

Additions

  • Revamp the start print screen under Klipper and Octoprint.
    • Gcode image is now shown to the left of the text
    • Gcode image can now be scaled 2x (this does cause the image to become blurry)

New screens

  • Esp32 2.2" Capacitive (Developer only, compile via Platformio) ( #151 )
  • CROWPANEL 3.5" Capacitive ( #159 )

Happy new year! (Octoprint/Bambu/SerialUsb Integration)

09 Jan 22:09
b3d405b

Choose a tag to compare

! NOTE !
This update will wipe your configuration

A very large part of CYD-Klipper has been rewritten from scratch. Expect bugs! Don't upgrade right away if you don't want to run into unexpected issues! Report issues to https://github.com/suchmememanyskill/CYD-Klipper/issues

Multi printer support (#100)

This release, besides Klipper over Wifi, introduces 3 more printer types to connect:

You will be prompted for which type of device you want to set up after the wifi configuration screen. If you choose to skip wifi setup, only Klipper over Serial is available.

Misc

  • Misc UI improvements
  • Keyboard numeric input scales to use more of the screen
  • Invert screen has been moved to the device settings page
  • Device settings can be accessed from the wifi setup screen
  • Wifi setup can be skipped
  • Allow spaces in SSID names via serial console (use '\ ' to add a space) (#123)
  • Add support for crowpanel 2.8inch display (#134) by @MadRajib
  • Fix ESP32-8048S043 screen is white after flashing (#135)
  • Add 0.3s delay after wake from sleep mode (#128)

Emergency stop, full filenames

31 Aug 10:19
9a96f93

Choose a tag to compare

  • Add emergency stop button (#124) by @rorosaurus
  • Add full filenames instead of scrolling ones (#124) by @rorosaurus
  • Allow escaped spaces in wifi serial console ("\ " as input becomes " ")
    • Example: If you have a wifi network with the name 'Wifi Network', Then you can enter it via the serial console as 'Wifi\ Network'

Serial console

02 Aug 19:40
5c46764

Choose a tag to compare

  • Serial console (#115) by @bwucke
  • Fix authenticated requests for printer status info (#120)

v1.6.4

28 Jun 17:11
e2c2a38

Choose a tag to compare

  • Fix gcode previews on files that contained spaces/special characters
  • Add option to sort macros (#89)
  • Add files menu to params menu (#80)
  • Hopefully fix installs on 4.3"+ models (#67)

Hotfix: Fix OTA on 3.5" model

28 May 20:22
c640d7f

Choose a tag to compare

  • Clear memory before doing OTA

v1.6.2:

  • Fix possible nullref in fetch_printer_data
  • Fix segfault on entering IP (#93)
  • Custom API key entry keyboard (#94)
  • Fix pressing move buttons too quickly causing the printer to move too far (#99)
  • Allow accessing the parameters panel from the move (unlocked) panel
  • Allow custom filament extrude/retract macros

Misc improvements and fixes

28 May 19:37
98c7364

Choose a tag to compare

  • Fix possible nullref in fetch_printer_data
  • Fix segfault on entering IP (#93)
  • Custom API key entry keyboard (#94)
  • Fix pressing move buttons too quickly causing the printer to move too far (#99)
  • Allow accessing the parameters panel from the move (unlocked) panel
  • Allow custom filament extrude/retract macros

M117 messaging fixes and offline crash fix

14 Apr 10:20
29dcb47

Choose a tag to compare

  • Allow pressing on m117 messages to dismiss them (#84)
  • Add setting to disable displaying m117 messages (#84)
  • Fix crash when transitioning to offline state (#86)