Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Use .0025 as the default z step_distance in sample configs | Kevin O'Connor | 2018-02-25 | 1 | -1/+1 |
| | | | | | | | | | | Don't use tiny step distances on the Z as that could cause a surprise to users that copy the config without updating all the settings. (A Z step distance that is too small would cause a high motor velocity.) A step distance of .0025 is very popular in practice, so change the default example configs to use that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | config: Add an example config file that uses multiple MCUs | Kevin O'Connor | 2018-02-25 | 1 | -0/+87 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |