diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-28 10:24:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-28 10:47:32 -0400 |
commit | 057acb07b7825b4175ae7159ec9358b80a8b1354 (patch) | |
tree | 103829ad0f1420ba38a7e9706337f829087563c7 /docs/Config_checks.md | |
parent | 47e45ab39133cc155e5e1f232efafadb66463212 (diff) | |
download | kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.tar.gz kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.tar.xz kutter-057acb07b7825b4175ae7159ec9358b80a8b1354.zip |
docs: Add a Slicers.md document
Add some information on configuring a slicer for use with Klipper.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_checks.md')
-rw-r--r-- | docs/Config_checks.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Config_checks.md b/docs/Config_checks.md index 967d321f..69c30462 100644 --- a/docs/Config_checks.md +++ b/docs/Config_checks.md @@ -157,10 +157,11 @@ 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. +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. After one has verified that basic printing works, it is a good idea to consider calibrating [pressure advance](Pressure_Advance.md). |