Skip to content

Releases: julianschill/klipper-led_effect

Release v0.0.13

01 Oct 19:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

RGBW Support

06 Oct 17:40
82c1f3d
Compare
Choose a tag to compare
RGBW Support Pre-release
Pre-release

This update adds direct RGBW support. Define your colors with either 3 or 4 values. If the 4th value is provided, it will be sent to the white LED of your RGBW strip.

The conversion from RGB to RGBW has been completely removed, so your colors might look different after the update.

What's Changed

Full Changelog: v0.0.6...v0.0.7

Summer is over

21 Sep 01:04
0934d53
Compare
Choose a tag to compare
Summer is over Pre-release
Pre-release

What's Changed

Configuration changes

  • Cut-off for gradient effect now determines the length of the gradient

New Features and Bugfixes

New Contributors

Full Changelog: v0.0.5...v0.0.6

Python 3 compatibility

25 Jun 13:05
9f8b5b8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.0.4...v0.0.5

Bugfixes Release 0.0.4

25 Jun 08:43
eaaf181
Compare
Choose a tag to compare
Pre-release

Bugfix Release

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4