From 5c076a6d930549191efd820cf2fb6304fc0040a5 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Tue, 9 Jan 2018 18:56:01 -0600
Subject: [PATCH] Improved M915 description

---
 Marlin/Configuration_adv.h                       | 16 +++++++++-------
 Marlin/src/config/default/Configuration_adv.h    | 16 +++++++++-------
 .../AlephObjects/TAZ4/Configuration_adv.h        | 16 +++++++++-------
 .../config/examples/Anet/A6/Configuration_adv.h  | 16 +++++++++-------
 .../config/examples/Anet/A8/Configuration_adv.h  | 16 +++++++++-------
 .../examples/Azteeg/X5GT/Configuration_adv.h     | 16 +++++++++-------
 .../examples/BQ/Hephestos/Configuration_adv.h    | 16 +++++++++-------
 .../examples/BQ/Hephestos_2/Configuration_adv.h  | 16 +++++++++-------
 .../examples/BQ/WITBOX/Configuration_adv.h       | 16 +++++++++-------
 .../config/examples/Cartesio/Configuration_adv.h | 16 +++++++++-------
 .../examples/Creality/CR-10/Configuration_adv.h  | 16 +++++++++-------
 .../config/examples/Felix/Configuration_adv.h    | 16 +++++++++-------
 .../FolgerTech/i3-2020/Configuration_adv.h       | 16 +++++++++-------
 .../Infitary/i3-M508/Configuration_adv.h         | 16 +++++++++-------
 .../examples/MakerParts/Configuration_adv.h      | 16 +++++++++-------
 .../examples/Malyan/M150/Configuration_adv.h     | 16 +++++++++-------
 .../examples/Malyan/M200/Configuration_adv.h     | 16 +++++++++-------
 .../Micromake/C1/enhanced/Configuration_adv.h    | 16 +++++++++-------
 .../examples/Mks/Sbase/Configuration_adv.h       | 16 +++++++++-------
 .../config/examples/RigidBot/Configuration_adv.h | 16 +++++++++-------
 .../config/examples/SCARA/Configuration_adv.h    | 16 +++++++++-------
 .../examples/Sanguinololu/Configuration_adv.h    | 16 +++++++++-------
 .../config/examples/TinyBoy2/Configuration_adv.h | 16 +++++++++-------
 .../UltiMachine/Archim2/Configuration_adv.h      | 16 +++++++++-------
 .../examples/Velleman/K8200/Configuration_adv.h  | 16 +++++++++-------
 .../examples/Velleman/K8400/Configuration_adv.h  | 16 +++++++++-------
 .../Wanhao/Duplicator 6/Configuration_adv.h      | 16 +++++++++-------
 .../FLSUN/auto_calibrate/Configuration_adv.h     | 16 +++++++++-------
 .../delta/FLSUN/kossel_mini/Configuration_adv.h  | 16 +++++++++-------
 .../examples/delta/generic/Configuration_adv.h   | 16 +++++++++-------
 .../delta/kossel_mini/Configuration_adv.h        | 16 +++++++++-------
 .../delta/kossel_pro/Configuration_adv.h         | 16 +++++++++-------
 .../examples/delta/kossel_xl/Configuration_adv.h | 16 +++++++++-------
 .../gCreate/gMax1.5+/Configuration_adv.h         | 16 +++++++++-------
 .../config/examples/makibox/Configuration_adv.h  | 16 +++++++++-------
 .../examples/tvrrug/Round2/Configuration_adv.h   | 16 +++++++++-------
 .../config/examples/wt150/Configuration_adv.h    | 16 +++++++++-------
 37 files changed, 333 insertions(+), 259 deletions(-)

diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h
index 391c12d9d5..1b68445717 100644
--- a/Marlin/Configuration_adv.h
+++ b/Marlin/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/default/Configuration_adv.h b/Marlin/src/config/default/Configuration_adv.h
index 391c12d9d5..1b68445717 100644
--- a/Marlin/src/config/default/Configuration_adv.h
+++ b/Marlin/src/config/default/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h b/Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
index a7793b41a0..f43ba99af5 100644
--- a/Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
+++ b/Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Anet/A6/Configuration_adv.h b/Marlin/src/config/examples/Anet/A6/Configuration_adv.h
index 8bcc41e82c..dc25f48242 100644
--- a/Marlin/src/config/examples/Anet/A6/Configuration_adv.h
+++ b/Marlin/src/config/examples/Anet/A6/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Anet/A8/Configuration_adv.h b/Marlin/src/config/examples/Anet/A8/Configuration_adv.h
index 69a1c7950c..d081750c83 100644
--- a/Marlin/src/config/examples/Anet/A8/Configuration_adv.h
+++ b/Marlin/src/config/examples/Anet/A8/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h b/Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
index a948232ddd..2bd3a08158 100644
--- a/Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
+++ b/Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
@@ -1149,13 +1149,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h b/Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
index 33e6ffaf86..10925ca8ff 100644
--- a/Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
+++ b/Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h b/Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
index 1b4a0fb62f..7fcaa203c7 100644
--- a/Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
+++ b/Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h b/Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
index 33e6ffaf86..10925ca8ff 100644
--- a/Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
+++ b/Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Cartesio/Configuration_adv.h b/Marlin/src/config/examples/Cartesio/Configuration_adv.h
index d2dd46bfa7..bf9105e3e5 100644
--- a/Marlin/src/config/examples/Cartesio/Configuration_adv.h
+++ b/Marlin/src/config/examples/Cartesio/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h b/Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
index b9d20654a6..2a8ab765bf 100644
--- a/Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
+++ b/Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Felix/Configuration_adv.h b/Marlin/src/config/examples/Felix/Configuration_adv.h
index 2a0c2e7056..381d8a0cb4 100644
--- a/Marlin/src/config/examples/Felix/Configuration_adv.h
+++ b/Marlin/src/config/examples/Felix/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
index 43f6aa2458..8e39369f19 100644
--- a/Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
+++ b/Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h b/Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
index b3c4add64e..fe87db580b 100644
--- a/Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
+++ b/Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/MakerParts/Configuration_adv.h b/Marlin/src/config/examples/MakerParts/Configuration_adv.h
index fc5c07c913..6070fd01d8 100644
--- a/Marlin/src/config/examples/MakerParts/Configuration_adv.h
+++ b/Marlin/src/config/examples/MakerParts/Configuration_adv.h
@@ -1149,13 +1149,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Malyan/M150/Configuration_adv.h b/Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
index 3aad75b463..817e705d73 100644
--- a/Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
+++ b/Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Malyan/M200/Configuration_adv.h b/Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
index aa8c95a43a..5ce861e8fd 100644
--- a/Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
+++ b/Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
index db19080086..f8bec3aedf 100644
--- a/Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
+++ b/Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
@@ -1149,13 +1149,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h b/Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
index 69d1453922..78b0bab7b3 100644
--- a/Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
+++ b/Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
@@ -1156,13 +1156,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/RigidBot/Configuration_adv.h b/Marlin/src/config/examples/RigidBot/Configuration_adv.h
index 41d091873e..292d7e8fe3 100644
--- a/Marlin/src/config/examples/RigidBot/Configuration_adv.h
+++ b/Marlin/src/config/examples/RigidBot/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/SCARA/Configuration_adv.h b/Marlin/src/config/examples/SCARA/Configuration_adv.h
index 3b5763b91a..4183f34f0e 100644
--- a/Marlin/src/config/examples/SCARA/Configuration_adv.h
+++ b/Marlin/src/config/examples/SCARA/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Sanguinololu/Configuration_adv.h b/Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
index 1218b5a95a..352d984e97 100644
--- a/Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
+++ b/Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
@@ -1137,13 +1137,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/TinyBoy2/Configuration_adv.h b/Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
index 432d4df25d..9b2c8e0fcc 100644
--- a/Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
+++ b/Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h b/Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
index 9a94a75df6..3d7bb9c3d6 100644
--- a/Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
+++ b/Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h b/Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
index bb0d8a7600..c0629661b6 100644
--- a/Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
+++ b/Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
@@ -1159,13 +1159,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h b/Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
index afa648d11c..53efb71320 100644
--- a/Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
+++ b/Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
index 023951cdec..015f7f8fb8 100644
--- a/Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h	
+++ b/Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h	
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
index e1590bd9f4..4b616ec7a6 100644
--- a/Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
index 4a2802c5b6..d0946b5eb6 100644
--- a/Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/generic/Configuration_adv.h b/Marlin/src/config/examples/delta/generic/Configuration_adv.h
index 4a2802c5b6..d0946b5eb6 100644
--- a/Marlin/src/config/examples/delta/generic/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/generic/Configuration_adv.h
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h b/Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
index 4a2802c5b6..d0946b5eb6 100644
--- a/Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h b/Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
index ecd80f9b52..331ab645cf 100644
--- a/Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
@@ -1155,13 +1155,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h b/Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
index 3234bd9fcb..7e995e9bab 100644
--- a/Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
+++ b/Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
@@ -1150,13 +1150,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
index a8581c0802..2de289eab4 100644
--- a/Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
+++ b/Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/makibox/Configuration_adv.h b/Marlin/src/config/examples/makibox/Configuration_adv.h
index d0c280bbc7..44fb47afdb 100644
--- a/Marlin/src/config/examples/makibox/Configuration_adv.h
+++ b/Marlin/src/config/examples/makibox/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h b/Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
index d01eb1ad7c..4fe3b5a76a 100644
--- a/Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
+++ b/Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
@@ -1148,13 +1148,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)
diff --git a/Marlin/src/config/examples/wt150/Configuration_adv.h b/Marlin/src/config/examples/wt150/Configuration_adv.h
index a87df1c00a..7bf75754e3 100644
--- a/Marlin/src/config/examples/wt150/Configuration_adv.h
+++ b/Marlin/src/config/examples/wt150/Configuration_adv.h
@@ -1149,13 +1149,15 @@
    */
   //#define TMC_DEBUG
 
-  /*
-   * Enable M915 Z axis calibration.
-   * Marlin will first adjust Z stepper current and then drive
-   * the Z axis to its' physical maximum. Finally it will home
-   * the Z axis to account for the lost steps. Use
-   * M915 S### to specify the current and
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
+  /**
+   * M915 Z Axis Calibration
+   *
+   * - Adjust Z stepper current,
+   * - Drive the Z axis to its physical maximum, and
+   * - Home Z to account for the lost steps.
+   *
+   * Use M915 Snn to specify the current.
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
    */
   //#define TMC_Z_CALIBRATION
   #if ENABLED(TMC_Z_CALIBRATION)