Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -20/+26 |
| | |||||
* | led: Generalize template evaluation so it is not dependent on LEDs | Kevin O'Connor | 2024-09-30 | 1 | -5/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | klippy: remove a few unused variable assignments (#6504) | Kamil Domański | 2024-04-05 | 1 | -1/+0 |
| | | | Signed-off-by: Kamil Domański <kamil@domanski.co> | ||||
* | dotstar: Update to use LEDHelper class | Kevin O'Connor | 2022-03-31 | 1 | -63/+25 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | dotstar: report color data via get_status() | Eric Callahan | 2021-06-18 | 1 | -0/+9 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | neopixel: add sync parameter to prevent waking toolhead (#4339) | Paul McGowan | 2021-06-02 | 1 | -16/+34 |
| | | | | | | | neopixel: add sync param to prevent waking toolhead dotstar: refactor to match neopixel methods and add sync parameter Signed-off-by: Paul McGowan <mental405@gmail.com> | ||||
* | dotstar: Don't flush the lookahead queue on a SET_LED command | Kevin O'Connor | 2020-10-29 | 1 | -6/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | extras: Use "from . import module" for relative imports | Kevin O'Connor | 2020-06-15 | 1 | -1/+1 |
| | | | | | | Use alternate import syntax to improve Python3 compatibility. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | dotstar: Use new GCodeCommand wrappers | Kevin O'Connor | 2020-05-05 | 1 | -12/+10 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Add support for delaying updates in SET_LED command | Kevin O'Connor | 2019-12-15 | 1 | -0/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | dotstar: Allow any number of chips to be daisy chained | Kevin O'Connor | 2019-08-06 | 1 | -3/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | neopixel: Use low priority for LED updates | Kevin O'Connor | 2019-08-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | dotstar: Initial support for "dotstar" LEDs | Kevin O'Connor | 2019-08-06 | 1 | -0/+61 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |