aboutsummaryrefslogtreecommitdiffstats
path: root/config/kit-zav3d-2019.cfg
Commit message (Collapse)AuthorAgeFilesLines
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-3/+3
| | | | | 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: Don't use arduino mega aliases in example config filesKevin O'Connor2021-03-251-26/+25
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-5/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-2/+3
| | | | | | | 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>
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-2/+2
| | | | | | | | | | | This changes the config file so that the configuration of multi-samples is now done in the [probe] (and [bltouch]) section instead of the various delta, bed_mesh, z_tilt, etc. config sections. With this change, PROBE and PROBE_CALIBRATE commands now also utilize multi-sampling. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Updates to kit-zav3d-2019.cfgKevin O'Connor2019-05-011-42/+19
| | | | | | | | | Minor updates to the kit-zav3d-2019.cfg to make it look more like other config files: specify the micro-controller type, use the klipper3d.org site for documentation links, avoid using SAVE_CONFIG sections in the example configs, add config to printers.test. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Zav3d example config (#1571)Nurmukhamed Artykaly2019-05-011-0/+174
Zav3d - a popular russian corexy plywood printer. Official web site is https://www.zav3d.ru/ Social network community is https://vk.com/zav3d Signed-off-by: Nurmukhamed Artykaly <nurmukhamed.artykaly@hdfilm.kz>