From 76425517d7c5ef726484e0d56bfc5d0dceefc430 Mon Sep 17 00:00:00 2001 From: EagleJinWt Date: Tue, 25 Nov 2025 21:12:47 +0100 Subject: [PATCH] Fix format again --- docs/Config_Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 2a095bb7c..9abc80ea8 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -8,7 +8,7 @@ to cut-and-paste them into a printer config file. See the [installation document](Installation.md) for information on setting up Klipper and choosing an initial config file. -For any objects that may be referenced by other configuration sections (such as [multi_pin](Config_Reference.html#multi_pin), [adxl345](Config_Reference.html#adxl345), [probe](Config_Reference.html#probe)([bed_mesh](Config_Reference.html#bed_mesh), [z_tilt](Config_Reference.html#z_tilt), [quad_gantry_level](Config_Reference.html#quad_gantry_level), etc.) needs a probe defined), etc.), their definitions must appear before any sections that reference them. Klipper processes the configuration file in order and cannot resolve references to objects that have not yet been defined, and potentially throw an error during startup, such as ```Unknown pin chip name 'multi_pin'```. +For any objects that may be referenced by other configuration sections (such as [multi_pin](Config_Reference.html#multi_pin), [adxl345](Config_Reference.html#adxl345), [probe](Config_Reference.html#probe)([bed_mesh](Config_Reference.html#bed_mesh), [z_tilt](Config_Reference.html#z_tilt), [quad_gantry_level](Config_Reference.html#quad_gantry_level), etc. needs a probe defined), etc.), their definitions must appear before any sections that reference them. Klipper processes the configuration file in order and cannot resolve references to objects that have not yet been defined, and potentially throw an error during startup, such as ```Unknown pin chip name 'multi_pin'```. ## Micro-controller configuration