Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Report the final print_time in debuginput mode | Kevin O'Connor | 2020-07-30 | 1 | -2/+0 |
* | stepper_enable: Use new GCodeCommand wrappers | Kevin O'Connor | 2020-05-05 | 1 | -21/+21 |
* | stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463) | David Smith | 2020-02-10 | 1 | -3/+28 |
* | stepper_enable: Raise an error on bad lookup_enable() call | Kevin O'Connor | 2019-11-14 | 1 | -0/+2 |
* | stepper_enable: Remove ability to use a list of pins in enable_pin | Kevin O'Connor | 2019-11-12 | 1 | -35/+19 |
* | tmc: Remove virtual_enable support and replace with automatic support | Kevin O'Connor | 2019-11-12 | 1 | -0/+13 |
* | stepper: Move MCU_stepper from mcu.py to stepper.py | Kevin O'Connor | 2019-11-12 | 1 | -11/+9 |
* | stepper_enable: Move enable tracking from stepper.py to stepper_enable.py | Kevin O'Connor | 2019-11-12 | 1 | -7/+75 |
* | stepper_enable: Move motor_off() logic to stepper_enable.py | Kevin O'Connor | 2019-11-12 | 1 | -2/+20 |
* | stepper_enable: Add new extras module for stepper enable line tracking | Kevin O'Connor | 2019-11-10 | 1 | -0/+20 |