diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-06 18:49:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-12 13:20:32 -0500 |
commit | 57e6acbc5c0d479786e924d588b51b3bb34da92a (patch) | |
tree | 02b391534e4475c98a88933a1ffa1851c282cced /docs/Config_checks.md | |
parent | b0b9fc6f4a8a0cf16166b1ea2f29fb4747873d30 (diff) | |
download | kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.tar.gz kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.tar.xz kutter-57e6acbc5c0d479786e924d588b51b3bb34da92a.zip |
docs: Add Bed_Level.md and Probe_Calibrate.md documents
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_checks.md')
-rw-r--r-- | docs/Config_checks.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/Config_checks.md b/docs/Config_checks.md index 69c30462..fb7cd852 100644 --- a/docs/Config_checks.md +++ b/docs/Config_checks.md @@ -152,16 +152,13 @@ command is: `PID_CALIBRATE HEATER=heater_bed TARGET=60` ### Next steps This guide is intended to help with basic verification of pin settings -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"). - -See the [Slicers](Slicers.md) document for information on configuring -a slicer with Klipper. 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. +in the Klipper configuration file. Be sure to read the +[bed leveling](Bed_Level.md) guide. Also see the [Slicers](Slicers.md) +document for information on configuring a slicer with Klipper. After one has verified that basic printing works, it is a good idea to consider calibrating [pressure advance](Pressure_Advance.md). + +It may be necessary to perform other types of detailed printer +calibration - a number of guides are available online to help with +this (for example, do a web search for "3d printer calibration"). |