Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual_stepper: Support registering as an additional axis | Kevin O'Connor | 2025-05-12 | 1 | -0/+15 |
| | | | | | | | Add a new G-Code command that can register a manual_stepper as an additional axis on standard G-Code G1 commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | test: Rename atmega2560-16mhz.config to atmega2560.config | Kevin O'Connor | 2019-03-22 | 1 | -1/+1 |
| | | | | | | | There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | manual_stepper: Add support for moves with acceleration | Kevin O'Connor | 2019-03-03 | 1 | -3/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | manual_stepper: Add an "extras" module for manually controlling a stepper | Kevin O'Connor | 2019-02-12 | 1 | -0/+24 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |