diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-11 00:52:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-16 13:09:49 -0400 |
commit | 0079311b0bb23aed886c5673a6dbef13a8f35317 (patch) | |
tree | 953b4f5a6076e43535cc5b3111d23d1f0f607d33 /docs/Config_checks.md | |
parent | 1e71909d020840863497977720289763d58fb046 (diff) | |
download | kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.tar.gz kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.tar.xz kutter-0079311b0bb23aed886c5673a6dbef13a8f35317.zip |
docs: Add an Endstop_Phase.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_checks.md')
-rw-r--r-- | docs/Config_checks.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Config_checks.md b/docs/Config_checks.md index 4d612cd3..967d321f 100644 --- a/docs/Config_checks.md +++ b/docs/Config_checks.md @@ -156,3 +156,11 @@ in the Klipper configuration file. It may be necessary to perform detailed printer calibration - a number of guides are available online to help with this (for example, do a web search for "3d printer calibration"). + +If one is using traditional endstop switches with Trinamic stepper +motor drivers then see the [Endstop Phase](Endstop_Phase.md) +document. If using a delta printer, see the +[Delta Calibrate](Delta_Calibrate.md) document. + +After one has verified that basic printing works, it is a good idea to +consider calibrating [pressure advance](Pressure_Advance.md). |