aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-printrboard.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Flash instructions for printrboard (#2278)Georgios Karnas2019-12-171-3/+6
| | | Signed-off-by: Georgios Karnas <kargeor@gmail.com>
* config: Update example stepper amps in generic-printrboard.cfgKevin O'Connor2019-08-091-4/+4
| | | | | | Reported by @Grumps49. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Reduce the stepper current in the example printrboard configKevin O'Connor2019-03-141-4/+4
| | | | | | Reported by @drphil3d. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mcp4728: Add initial support for the mcp4728 i2c dac chipKevin O'Connor2019-01-021-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Use generic usb_cdc code for usb serial supportKevin O'Connor2018-09-301-1/+1
| | | | | | | Use the generic usb_cdc driver code instead of the "pjrc" usb driver code. 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 a generic-printrboard.cfg fileKevin O'Connor2017-10-301-0/+76
Add an example config file for the Printrboard board. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>