Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stepper: Move MCU_stepper from mcu.py to stepper.py | Kevin O'Connor | 2019-11-12 | 1 | -2/+4 |
* | stepper_enable: Move enable tracking from stepper.py to stepper_enable.py | Kevin O'Connor | 2019-11-12 | 1 | -10/+18 |
* | stepper_enable: Move motor_off() logic to stepper_enable.py | Kevin O'Connor | 2019-11-12 | 1 | -4/+0 |
* | toolhead: Calculate and store axes_r in move class | Kevin O'Connor | 2019-11-06 | 1 | -2/+2 |
* | trapq: Remove move_fill() | Kevin O'Connor | 2019-11-06 | 1 | -8/+5 |
* | manual_stepper: Convert step generation to use trapq system | Kevin O'Connor | 2019-11-06 | 1 | -5/+7 |
* | homing: Catch the more generic CommandError during homing | Kevin O'Connor | 2019-06-06 | 1 | -2/+2 |
* | manual_stepper: Add support for moves with acceleration | Kevin O'Connor | 2019-03-03 | 1 | -12/+17 |
* | manual_stepper: Add an "extras" module for manually controlling a stepper | Kevin O'Connor | 2019-02-12 | 1 | -0/+117 |