aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-11-20 14:22:13 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-11-20 14:22:13 -0500
commitc6f0884140e8b5d2076af688b149c632336d9a29 (patch)
tree5f8629268aab27d214fa64f97a273aa25de1776c
parent6c0c05774b8d0bb544b6eaadddb582468606cf58 (diff)
downloadkutter-c6f0884140e8b5d2076af688b149c632336d9a29.tar.gz
kutter-c6f0884140e8b5d2076af688b149c632336d9a29.tar.xz
kutter-c6f0884140e8b5d2076af688b149c632336d9a29.zip
docs: Add some additional links to Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Config_Reference.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 51a8acb2..869c9c94 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -160,7 +160,9 @@ max_z_accel:
See
[example-delta.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-delta.cfg)
-for an example linear delta kinematics config file.
+for an example linear delta kinematics config file. See the
+[delta calibrate guide](Delta_Calibrate.md) for information on
+calibration.
Only parameters specific to linear delta printers are described here -
see [common kinematic settings](#common-kinematic-settings) for
@@ -522,9 +524,10 @@ serial:
## [extruder]
-The extruder section is used to describe both the stepper
-controlling the printer extruder and the heater parameters for the
-nozzle.
+The extruder section is used to describe both the stepper controlling
+the printer extruder and the heater parameters for the nozzle. See the
+[pressure advance guide](Pressure_Advance.md) for information on
+tuning pressure advance.
```
[extruder]
@@ -1463,10 +1466,11 @@ main printer config file. Wildcards may also be used (eg,
Z height probe. One may define this section to enable Z height probing
hardware. When this section is enabled, PROBE and QUERY_PROBE extended
-[g-code commands](G-Codes.md#probe) become available. The probe
-section also creates a virtual "probe:z_virtual_endstop" pin. One may
-set the stepper_z endstop_pin to this virtual pin on cartesian style
-printers that use the probe in place of a z endstop. If using
+[g-code commands](G-Codes.md#probe) become available. Also, see the
+[probe calibrate guide](Probe_Calibrate.md). The probe section also
+creates a virtual "probe:z_virtual_endstop" pin. One may set the
+stepper_z endstop_pin to this virtual pin on cartesian style printers
+that use the probe in place of a z endstop. If using
"probe:z_virtual_endstop" then do not define a position_endstop in the
stepper_z config section.