Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Delta_Calibrate.md #6833

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions docs/Delta_Calibrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@ radius.

In order to perform this calibration the initial delta parameters (arm
lengths, radius, and endstop positions) must be provided and they
should have an accuracy to within a few millimeters. Most delta
printer kits will provide these parameters - configure the printer
with these initial defaults and then go on to run the DELTA_CALIBRATE
command as described below. If no defaults are available then search
online for a delta calibration guide that can provide a basic starting
point.
should have an accuracy to within a few millimeters. Specifically,
ensure your config file has the minimum values specified in the
printer, stepper_a, and delta_calibrate sections, as described in the
kinematics section of the [Config_Reference](https://www.klipper3d.org/Config_Reference.html#common-kinematic-settings).

Most delta printer kits will provide exact values for these parameters
- configure the printer with these initial defaults and then run
the DELTA_CALIBRATE command as described below. If no defaults are available
then search online for a delta calibration guide that can provide a basic starting
point, such as the [RepRap project's Delta Geometry page](https://reprap.org/wiki/Delta_geometry).

During the delta calibration process it may be necessary for the
printer to probe below what would otherwise be considered the plane of
Expand Down Expand Up @@ -92,6 +96,12 @@ bed. However, it does not attempt to calibrate X and Y dimensional
accuracy. It's a good idea to perform an enhanced delta calibration to
verify dimensional accuracy.

If your X and Y dimensions are incorrect by
more than a few percent, this may indicate an error in the initial
parameters you supplied before running the basic delta calibration.
In that situation, review the parameters and ensure you understand
the geometery behind delta kinematics design.

This calibration procedure requires printing a test object and
measuring parts of that test object with digital calipers.

Expand Down
Loading