aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-multi-mcu.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Rename example-multi-mcu.cfg to sample-multi-mcu.cfgKevin O'Connor2019-11-241-87/+0
| | | | | | | Rename the sample file to be more similar to the naming of other files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update documentation to note use of /dev/serial/by-path/Kevin O'Connor2018-06-011-3/+3
| | | | | | | | When using multiple micro-controllers it may be necessary to use an id from /dev/serial/by-path/ instead of /dev/serial/by-id/. Also, emphasize that in config/example-multi-mcu.cfg. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use .0025 as the default z step_distance in sample configsKevin O'Connor2018-02-251-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 MCUsKevin O'Connor2018-02-251-0/+87
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>