aboutsummaryrefslogtreecommitdiffstats
path: root/docs/img
Commit message (Collapse)AuthorAgeFilesLines
* bed_mesh: Implement adaptive bed mesh (#6461)voidtrance2024-01-262-0/+8
| | | | | | | | | | | | | | | | | | | | Adaptive bed mesh allows the bed mesh algorithm to probe only the area of the bed that is being used by the current print. It uses [exclude_objects] to get a list of the printed objects and their area on the bed. It, then, modifies the bed mesh parameters so only the area used by the objects is measured. Adaptive bed mesh works on both cartesian and delta kinematics printers. On Delta printers, the algorithm, adjusts the origin point and radius in order to translate the area of the bed being probe. Signed-off-by: Mitko Haralanov <voidtrance@gmail.com> Signed-off-by: Kyle Hansen <kyleisah@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Peopoly to Sponsors.mdKevin O'Connor2023-09-261-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Sponsors.mdKevin O'Connor2023-06-051-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add new CANBUS_Troubleshooting.md documentKevin O'Connor2023-05-301-0/+0
| | | | | | Add information on troubleshooting canbus connections. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Document how to connect ADXL345 to Pico then on to Pi. (#5996)Chris Thompson2023-03-273-0/+0
| | | | | | This is based on documentation from: https://klipper.discourse.group/t/raspberry-pi-pico-adxl345-portable-resonance-measurement/1757 Signed-off-by: Christopher Thompson <chris@hypocrite.org>
* mpu9250: add MPU6500 (#5767)Yifei Ding2022-11-192-0/+0
| | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Add BIGTREETECH to Sponsors.md fileKevin O'Connor2022-07-161-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: background color fix for bed_mesh svgsEric Callahan2021-09-293-3/+6
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Change Kinematics.md images to use a solid white backgroundKevin O'Connor2021-09-2716-247/+268
| | | | | | | Avoid transparent backgrounds as they don't render well if there is a dark background. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Setup mkdocs with mkdocs-material themeDamien2021-07-271-0/+0
| | | | | | This changes the framework used to generate the klipper3d site. Signed-off-by: Damien Martin <damlobster@gmail.com>
* docs: Updated adxl345 wiring imageDmitry Butyugin2021-05-281-0/+0
| | | | | | | ADXL345 3.3v and GND pins can be wired closer to the other pins on RPi, which is often more convenient. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: document bed mesh "faulty_regions"Arksine2021-04-101-0/+3
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Updated measuring resonances doc on max_accel suggestionsDmitry Butyugin2021-03-203-0/+0
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Update CAN bus documentsKevin O'Connor2021-03-134-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Limiting max_smoothing for input shaper autocalibrationDmitry Butyugin2020-12-223-0/+0
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Input Shaper and Resonances docs improvements (#3627)Dmitry Butyugin2020-12-172-0/+0
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-145-0/+0
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Suggested improvements to Input Shaper tuning guideDmitry Butyugin2020-07-294-0/+0
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: First version of documentation for Input Shaper tuningDmitry Butyugin2020-07-292-0/+0
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Update FAQ with TMC2208 "standalone" mode workaroundKevin O'Connor2020-03-292-110/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update documentation to reflect bed_mesh changesArksine2020-01-093-0/+9
| | | | | | Also add new bed_mesh.md documentation. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* kin_extruder: Convert pressure advance to use "weighted average"Kevin O'Connor2019-12-201-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Kinematics.md document with "smooth pressure advance"Kevin O'Connor2019-12-135-387/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Pressure_Advance.md to use tuning towerKevin O'Connor2019-10-232-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* skew_correction: add documentationArksine2019-06-261-0/+0
| | | | Signed-Off-By: Eric Callahan <arksine.code@gmail.com>
* docs: Add logos to web pageKevin O'Connor2019-04-182-0/+0
| | | | | | | Also, move docs/index.md to docs/_layouts/home.html. Add a docs/_layouts/README file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor node changes to klipper logoKevin O'Connor2019-04-181-5/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update logo so that edges overlapKevin O'Connor2019-04-181-27/+17
| | | | | | Overlapping edges reduce the effects of anti-aliasing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Klipper logoKevin O'Connor2019-04-181-0/+123
| | | | | | | Signed-off-by: Jonne Kuusela <johnedwa@gmail.com> Signed-off-by: Michael J Shephard <michael.j.shephard@gmail.com> Signed-off-by: Thomas Herrmann <therrmann23@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix alignment of tmc2208.svgKevin O'Connor2019-04-162-22/+36
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: Various fixes according to comment: (#1453)Eugene Krashtan2019-03-281-0/+0
| | | | | | | | * Copyright in log.c * GPIO check completely removed * generic/timer_irq added * Change in doc section Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
* docs: Documentation draft for STM32F0Eugene Krashtan2019-03-243-0/+0
| | | | Signed-off-by: Eugene Krashtan <Eugene.Krashtan@opensynergy.com>
* docs: Add a Manual_Probe.md documentKevin O'Connor2019-02-242-0/+202
| | | | | | | Add information on calibrating the bed on traditional printers with a Z endstop and bed screws. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Warn against using the TMC2208 in standalone modeKevin O'Connor2019-02-202-0/+96
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Bed_Level.md and Probe_Calibrate.md documentsKevin O'Connor2019-02-121-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"Kevin O'Connor2018-09-254-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Additional images for enhanced calibration procedure reference (#639)Charlie2018-09-254-0/+0
| | | Signed-off-by: Charles Galant <cgalant@cogwheel.net>
* docs: Update documentation with iterative solver changesKevin O'Connor2018-06-206-755/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Try to make the klippy.log bug reporting more clearKevin O'Connor2018-01-211-0/+0
| | | | | | | Emphasize that the log file needs to be attached to the issue. Encourage M112 to be issued on every bug report. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an initial configuration checklist documentKevin O'Connor2017-12-261-0/+0
| | | | | | | Provide a document with basic steps that a user can run to verify that the pins in the configuration file are set correctly. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Kinematics document image updatesKevin O'Connor2017-04-2711-29/+282
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Reword parts of the pressure advance kinematics description.Kevin O'Connor2017-04-192-17/+57
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Misc image updatesKevin O'Connor2017-04-196-24/+98
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial Pressure Advance tuning documentKevin O'Connor2017-04-193-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add initial Kinematics documentKevin O'Connor2017-04-1524-0/+2052
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>