Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extruder_stepper: Don't directly access extruder member variables | Kevin O'Connor | 2020-06-06 | 1 | -13/+8 |
| | | | | | | | | Rework extruder.get_trapq() into extruder.sync_stepper() so that extruder_stepper.py does not need to directly access the extruder internals. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | extruder_stepper: Support changing synced extruder on the fly (#2824) | theophile | 2020-06-06 | 1 | -0/+20 |
| | | | Signed-off-by: Christopher Meredith <chmeredith@gmail.com> | ||||
* | extruder_stepper: Initial support for synchronized extruder steppers | Simo Apell | 2020-01-06 | 1 | -0/+25 |
Signed-off-by: Simo Apell <simo.apell@live.fi> Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |