Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stepper: Move MCU_stepper from mcu.py to stepper.py | Kevin O'Connor | 2019-11-12 | 1 | -1/+1 |
* | stepper_enable: Move enable tracking from stepper.py to stepper_enable.py | Kevin O'Connor | 2019-11-12 | 1 | -4/+6 |
* | controller_fan: Replace else followed by single if with elif | Master92 | 2019-09-17 | 1 | -4/+3 |
* | controller_fan: Use keyword arguments to improve readability | Master92 | 2019-09-17 | 1 | -3/+5 |
* | controller_fan: Use snake-case for all variables and function-names | Master92 | 2019-09-17 | 1 | -2/+2 |
* | controller_fan: Use _ to declare discarded return value | Master92 | 2019-09-17 | 1 | -1/+1 |
* | controller_fan: Declare instance-attribute in __init__ | Master92 | 2019-09-17 | 1 | -0/+1 |
* | controller_fan: Allow multiple controller_fan sections to be defined | Kevin O'Connor | 2019-03-10 | 1 | -1/+1 |
* | controller_fan: Add support for a fan cooling the controller-board (#1070) | Master92 | 2019-01-10 | 1 | -0/+53 |