aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-cr20-pro-2019.cfg
Commit message (Collapse)AuthorAgeFilesLines
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-4/+4
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* manual_probe: Use configfile note_valid=False when inspecting Z position_endstopKevin O'Connor2020-12-131-1/+0
| | | | 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>
* test: update sample configs and test configs with new bed_mesh optionsArksine2020-01-091-2/+2
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* config: Minor updates to printer-creality-cr20-pro-2019.cfgKevin O'Connor2019-11-051-8/+0
| | | | | | | Don't specify a default for pressure_advance. Don't specify values that are already at their default. Add to printers.test test case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added config for Creality CR-20 Pro (#2135)bskp2019-11-051-0/+113
Based on the configuration for the CR20-2018. Added support for BLtouch, save z-homing and automatic bed leveling. Signed-off-by: Matthias Roggo <bskp@posteo.ch>