Releases: julianschill/klipper-led_effect
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=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
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
RGBW Support
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
- RGBW support by @julianschill in #90
- Added documentation for RGBW support by @julianschill in #92
- Merge develop into master by @julianschill in #93
Full Changelog: v0.0.6...v0.0.7
Summer is over
What's Changed
Configuration changes
- Cut-off for gradient effect now determines the length of the gradient
New Features and Bugfixes
- Python3 compatibility by @julianschill in #66
- Python3 by @julianschill in #68
- Julianschill/issue61 Disable effects for specific LEDs by @julianschill in #80
- Fixes progress effect to turn off all LEDs when progress==0 by @guru-florida in #73
- Make finer transition for gradient effect by @julianschill in #86
- Calculation of stepper position (as %) is incorrect for non-zero min … by @julianschill in #87
New Contributors
- @guru-florida made their first contribution in #73
Full Changelog: v0.0.5...v0.0.6
Python 3 compatibility
Bugfixes Release 0.0.4
Bugfix Release
What's Changed
- Julianschill/issue3 by @julianschill in #33
- Support temperature fans for heater effects by @julianschill in #34
- diffuse from heatsource, not LED 3 by @ksanislo in #27
- Julianschill/issue38 by @julianschill in #39
- Julianschill/issue38 by @julianschill in #40
- Fix effects for new klipper implementation by @julianschill in #43
- Fix for newest Klipper update. Fix shutdown handling. by @julianschill in #53
- Fix for newest Klipper update. Fix shutdown handling. (#53) by @julianschill in #54
New Contributors
Full Changelog: v0.0.3...v0.0.4