Клиппер
Go to file
voidtrance 5e3daa6f21
bed_mesh: Implement adaptive bed mesh (#6461)
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>
2024-01-26 17:50:01 -05:00
.github github: Temporarily disable close_reviewer_needed automation 2023-12-05 17:57:11 -05:00
config pwm_cycle_time: New module for output pins with dynamic cycle times 2024-01-23 20:04:03 -05:00
docs bed_mesh: Implement adaptive bed mesh (#6461) 2024-01-26 17:50:01 -05:00
klippy bed_mesh: Implement adaptive bed mesh (#6461) 2024-01-26 17:50:01 -05:00
lib lib: Update to latest can2040 code 2023-10-03 23:24:18 -04:00
scripts spi_flash: Update board_defs.py (#6318) 2023-08-15 14:11:51 -04:00
src rp2040: Only change SPI settings while peripheral is disabled 2024-01-25 12:06:02 -05:00
test pwm_cycle_time: New module for output pins with dynamic cycle times 2024-01-23 20:04:03 -05:00
.gitignore util: Fix versioning when gitdir is absent (#809) 2018-10-27 10:44:38 -04:00
COPYING COPYING: Update GPLv3 license to latest text (uses https instead of http) 2022-06-03 11:28:44 -04:00
Makefile makefile: disable null pointer checks 2022-06-08 12:17:12 -04:00
README.md docs: Add a Sponsors.md file 2022-07-16 10:48:10 -04:00

README.md

Welcome to the Klipper project!

Klipper

https://www.klipper3d.org/

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.

To begin using Klipper start by installing it.

Klipper is Free Software. See the license or read the documentation. We depend on the generous support from our sponsors.