Skip to content

Releases: julianschill/klipper-led_effect

v0.0.18

23 Jan 22:33

Choose a tag to compare

What's Changed

  • Fix fire effect for newer Python versions
  • Bump Python to 3.14 for simulator

Full Changelog: v0.0.16...v0.0.18

Release v0.0.16

25 Oct 12:15
a558cb7

Choose a tag to compare

What's Changed

  • Improve compatibility to Kalico and older versions of Klipper by @julianschill in #264

Full Changelog: v0.0.15...v0.0.16

Release v0.0.15

19 Oct 20:38

Choose a tag to compare

What's Changed

  • Fix LED update to work with latest Klipper changes (Fixes #260)

Full Changelog: v0.0.14...v0.0.15

Release v0.0.14

23 Aug 12:00
83e8c46

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

Release v0.0.13

01 Oct 19:21

Choose a tag to compare

Release v0.0.13 Pre-release
Pre-release

Bugfixes

  • Fix removed get_led_count function in Klipper (#223 #224 Thanks @Zarrsito for reporting first)
  • Fix paths in README for manual installation (#219 Thanks @FelixOstermeier for reporting)

Full Changelog: v0.0.12...v0.0.13

Release v0.0.12

01 Jul 20:35

Choose a tag to compare

Release v0.0.12 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.11...v0.0.12

Release v0.0.11

18 May 19:12
c72f718

Choose a tag to compare

Release v0.0.11 Pre-release
Pre-release

What's Changed

New Features

  • Allow layer definitions to be processed as templates](74a67a4) (thanks @voidtrance)
  • New button effects, that react on input pins like buttons and endstops
  • New Gauge Effects: HeaterGauge and TemperatureGauge
  • Add RESTART Parameter to SET_LED_EFFECT to let an effect start at the beginning (thanks @MapleLeafMakers)

Improvements and Bugfixes

Full Changelog: v0.0.10...v0.0.11

Thanks to all Contributors!

Release v0.0.10

04 Feb 10:02
35cf587

Choose a tag to compare

Release v0.0.10 Pre-release
Pre-release

What's Changed

New Features

  • New Effect: Homing (#129). Triggers on endstops and probe
  • Effects can now be stopped by specifying LEDs. All effects using those LEDs will be stopped
  • When starting a new effect, other effects running on the LEDs used can be stopped by setting the REPLACE=1 Parameter

Bugfixes and Improvements

  • Improved installation script
  • Strobe effect: limit effect rate to frame rate
  • Fixed #120
  • Updated simulator, fix coordinates

Thanks to @mlee12382 for the contribution.

Full Changelog: v0.0.9...v0.0.10

Release v0.0.9

15 Nov 18:37
5d16b1c

Choose a tag to compare

Release v0.0.9 Pre-release
Pre-release

What's Changed

Improvements and fixes

  • Updated simulator for heater and stepper effects
  • Fix bug in heater effect by @Nailig in #97
  • Optimize enabling and disabling so it executes immediately
  • Better error handling when only defining one color for chase effect

New effects:

  • Temperature sensor: color based on temperature of temperature sensors, that don't have a target value
  • Stepper Color: Color based on position of axis
  • Pattern: A pattern, that gets shifted along the chain

New Contributors

  • @Nailig made their first contribution in #97
    Thank you!

Full Changelog: v0.0.8...v0.0.9

Simulator

23 Oct 14:53
6071b12

Choose a tag to compare

Simulator Pre-release
Pre-release

Added a simulator to try out effects. You can download a build in the assets. The code is unsigned. So ignore all warnings.

What's Changed

Full Changelog: v0.0.7...v0.0.8