aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-cr10-2017.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: Use "ATC Semitec 104GT-2" for CR10 (and similar) heater bedsKevin O'Connor2019-02-081-1/+1
| | | | | | | Marlin examples use the "ATC Semitec 104GT-2" thermistor for the CR10, CR10S, and CR10mini. Reported by @dovcharov. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use consistent advice on flashing the Melzi boardKevin O'Connor2018-11-131-6/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add encoder pins to Creality Ender2 and CR10 configsKevin O'Connor2018-09-021-0/+2
| | | | | | Reported by @faboaic. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add display section to creality cr10 configKevin O'Connor2018-03-071-0/+6
| | | | 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 "printer-" prefix to example printer config filesKevin O'Connor2018-02-111-0/+82
Add a prefix to the example printer config files so that a sorted directory listing shows all the samples bundled together. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>