Releases: julianschill/klipper-led_effect
Releases · julianschill/klipper-led_effect
v0.0.18
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
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
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
What's Changed
- Fix heater effect with effect rate set by @rschaeuble in #227
- Update README.md - Location of py file for manual install by @JamesH1978 in #226
- Add cylon effect by @wridgers in #182
- fix for issue #245 'Memory leak and CPU hog in addEffect()' by @idonasch in #247
New Contributors
- @rschaeuble made their first contribution in #227
- @JamesH1978 made their first contribution in #226
- @wridgers made their first contribution in #182
- @idonasch made their first contribution in #247
Full Changelog: v0.0.13...v0.0.14
Release v0.0.13
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
What's Changed
- Fix #211 Thanks to @yet-another-average-joe for reporting
Full Changelog: v0.0.11...v0.0.12
Release v0.0.11
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
- Improved Installation script (thanks
- Handle empty frames to not crash on 0 effect rate
- Fix HeaterFire Effect
- Documentation fixes (thanks @reemo3dp)
- Fix for LEDs turning off on startup even if autostart is off (thanks @reemo3dp)
Full Changelog: v0.0.10...v0.0.11
Thanks to all Contributors!
Release v0.0.10
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=1Parameter
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
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
Full Changelog: v0.0.8...v0.0.9
Simulator
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
- Release Simulator by @julianschill in #99
Full Changelog: v0.0.7...v0.0.8