Browse Source

Improved M915 description

Scott Lahteine 6 years ago
parent
commit
5c076a6d93
37 changed files with 333 additions and 259 deletions
  1. 9
    7
      Marlin/Configuration_adv.h
  2. 9
    7
      Marlin/src/config/default/Configuration_adv.h
  3. 9
    7
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 9
    7
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 9
    7
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 9
    7
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 9
    7
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 9
    7
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 9
    7
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 9
    7
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 9
    7
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 9
    7
      Marlin/src/config/examples/Felix/Configuration_adv.h
  13. 9
    7
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  14. 9
    7
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  15. 9
    7
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  16. 9
    7
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  17. 9
    7
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  18. 9
    7
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  19. 9
    7
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  20. 9
    7
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  21. 9
    7
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  22. 9
    7
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  23. 9
    7
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  24. 9
    7
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  25. 9
    7
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  26. 9
    7
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  27. 9
    7
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  28. 9
    7
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  29. 9
    7
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  30. 9
    7
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  31. 9
    7
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  32. 9
    7
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  33. 9
    7
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  34. 9
    7
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  35. 9
    7
      Marlin/src/config/examples/makibox/Configuration_adv.h
  36. 9
    7
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  37. 9
    7
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 9
- 7
Marlin/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/default/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -1149,13 +1149,15 @@
1149 1149
    */
1150 1150
   //#define TMC_DEBUG
1151 1151
 
1152
-  /*
1153
-   * Enable M915 Z axis calibration.
1154
-   * Marlin will first adjust Z stepper current and then drive
1155
-   * the Z axis to its' physical maximum. Finally it will home
1156
-   * the Z axis to account for the lost steps. Use
1157
-   * M915 S### to specify the current and
1158
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1152
+  /**
1153
+   * M915 Z Axis Calibration
1154
+   *
1155
+   * - Adjust Z stepper current,
1156
+   * - Drive the Z axis to its physical maximum, and
1157
+   * - Home Z to account for the lost steps.
1158
+   *
1159
+   * Use M915 Snn to specify the current.
1160
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1159 1161
    */
1160 1162
   //#define TMC_Z_CALIBRATION
1161 1163
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

@@ -1149,13 +1149,15 @@
1149 1149
    */
1150 1150
   //#define TMC_DEBUG
1151 1151
 
1152
-  /*
1153
-   * Enable M915 Z axis calibration.
1154
-   * Marlin will first adjust Z stepper current and then drive
1155
-   * the Z axis to its' physical maximum. Finally it will home
1156
-   * the Z axis to account for the lost steps. Use
1157
-   * M915 S### to specify the current and
1158
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1152
+  /**
1153
+   * M915 Z Axis Calibration
1154
+   *
1155
+   * - Adjust Z stepper current,
1156
+   * - Drive the Z axis to its physical maximum, and
1157
+   * - Home Z to account for the lost steps.
1158
+   *
1159
+   * Use M915 Snn to specify the current.
1160
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1159 1161
    */
1160 1162
   //#define TMC_Z_CALIBRATION
1161 1163
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -1149,13 +1149,15 @@
1149 1149
    */
1150 1150
   //#define TMC_DEBUG
1151 1151
 
1152
-  /*
1153
-   * Enable M915 Z axis calibration.
1154
-   * Marlin will first adjust Z stepper current and then drive
1155
-   * the Z axis to its' physical maximum. Finally it will home
1156
-   * the Z axis to account for the lost steps. Use
1157
-   * M915 S### to specify the current and
1158
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1152
+  /**
1153
+   * M915 Z Axis Calibration
1154
+   *
1155
+   * - Adjust Z stepper current,
1156
+   * - Drive the Z axis to its physical maximum, and
1157
+   * - Home Z to account for the lost steps.
1158
+   *
1159
+   * Use M915 Snn to specify the current.
1160
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1159 1161
    */
1160 1162
   //#define TMC_Z_CALIBRATION
1161 1163
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -1156,13 +1156,15 @@
1156 1156
    */
1157 1157
   //#define TMC_DEBUG
1158 1158
 
1159
-  /*
1160
-   * Enable M915 Z axis calibration.
1161
-   * Marlin will first adjust Z stepper current and then drive
1162
-   * the Z axis to its' physical maximum. Finally it will home
1163
-   * the Z axis to account for the lost steps. Use
1164
-   * M915 S### to specify the current and
1165
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1159
+  /**
1160
+   * M915 Z Axis Calibration
1161
+   *
1162
+   * - Adjust Z stepper current,
1163
+   * - Drive the Z axis to its physical maximum, and
1164
+   * - Home Z to account for the lost steps.
1165
+   *
1166
+   * Use M915 Snn to specify the current.
1167
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1166 1168
    */
1167 1169
   //#define TMC_Z_CALIBRATION
1168 1170
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -1137,13 +1137,15 @@
1137 1137
    */
1138 1138
   //#define TMC_DEBUG
1139 1139
 
1140
-  /*
1141
-   * Enable M915 Z axis calibration.
1142
-   * Marlin will first adjust Z stepper current and then drive
1143
-   * the Z axis to its' physical maximum. Finally it will home
1144
-   * the Z axis to account for the lost steps. Use
1145
-   * M915 S### to specify the current and
1146
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1140
+  /**
1141
+   * M915 Z Axis Calibration
1142
+   *
1143
+   * - Adjust Z stepper current,
1144
+   * - Drive the Z axis to its physical maximum, and
1145
+   * - Home Z to account for the lost steps.
1146
+   *
1147
+   * Use M915 Snn to specify the current.
1148
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1147 1149
    */
1148 1150
   //#define TMC_Z_CALIBRATION
1149 1151
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -1159,13 +1159,15 @@
1159 1159
    */
1160 1160
   //#define TMC_DEBUG
1161 1161
 
1162
-  /*
1163
-   * Enable M915 Z axis calibration.
1164
-   * Marlin will first adjust Z stepper current and then drive
1165
-   * the Z axis to its' physical maximum. Finally it will home
1166
-   * the Z axis to account for the lost steps. Use
1167
-   * M915 S### to specify the current and
1168
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1162
+  /**
1163
+   * M915 Z Axis Calibration
1164
+   *
1165
+   * - Adjust Z stepper current,
1166
+   * - Drive the Z axis to its physical maximum, and
1167
+   * - Home Z to account for the lost steps.
1168
+   *
1169
+   * Use M915 Snn to specify the current.
1170
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1169 1171
    */
1170 1172
   //#define TMC_Z_CALIBRATION
1171 1173
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -1155,13 +1155,15 @@
1155 1155
    */
1156 1156
   //#define TMC_DEBUG
1157 1157
 
1158
-  /*
1159
-   * Enable M915 Z axis calibration.
1160
-   * Marlin will first adjust Z stepper current and then drive
1161
-   * the Z axis to its' physical maximum. Finally it will home
1162
-   * the Z axis to account for the lost steps. Use
1163
-   * M915 S### to specify the current and
1164
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1158
+  /**
1159
+   * M915 Z Axis Calibration
1160
+   *
1161
+   * - Adjust Z stepper current,
1162
+   * - Drive the Z axis to its physical maximum, and
1163
+   * - Home Z to account for the lost steps.
1164
+   *
1165
+   * Use M915 Snn to specify the current.
1166
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1165 1167
    */
1166 1168
   //#define TMC_Z_CALIBRATION
1167 1169
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -1150,13 +1150,15 @@
1150 1150
    */
1151 1151
   //#define TMC_DEBUG
1152 1152
 
1153
-  /*
1154
-   * Enable M915 Z axis calibration.
1155
-   * Marlin will first adjust Z stepper current and then drive
1156
-   * the Z axis to its' physical maximum. Finally it will home
1157
-   * the Z axis to account for the lost steps. Use
1158
-   * M915 S### to specify the current and
1159
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1153
+  /**
1154
+   * M915 Z Axis Calibration
1155
+   *
1156
+   * - Adjust Z stepper current,
1157
+   * - Drive the Z axis to its physical maximum, and
1158
+   * - Home Z to account for the lost steps.
1159
+   *
1160
+   * Use M915 Snn to specify the current.
1161
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1160 1162
    */
1161 1163
   //#define TMC_Z_CALIBRATION
1162 1164
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -1148,13 +1148,15 @@
1148 1148
    */
1149 1149
   //#define TMC_DEBUG
1150 1150
 
1151
-  /*
1152
-   * Enable M915 Z axis calibration.
1153
-   * Marlin will first adjust Z stepper current and then drive
1154
-   * the Z axis to its' physical maximum. Finally it will home
1155
-   * the Z axis to account for the lost steps. Use
1156
-   * M915 S### to specify the current and
1157
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1151
+  /**
1152
+   * M915 Z Axis Calibration
1153
+   *
1154
+   * - Adjust Z stepper current,
1155
+   * - Drive the Z axis to its physical maximum, and
1156
+   * - Home Z to account for the lost steps.
1157
+   *
1158
+   * Use M915 Snn to specify the current.
1159
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1158 1160
    */
1159 1161
   //#define TMC_Z_CALIBRATION
1160 1162
   #if ENABLED(TMC_Z_CALIBRATION)

+ 9
- 7
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -1149,13 +1149,15 @@
1149 1149
    */
1150 1150
   //#define TMC_DEBUG
1151 1151
 
1152
-  /*
1153
-   * Enable M915 Z axis calibration.
1154
-   * Marlin will first adjust Z stepper current and then drive
1155
-   * the Z axis to its' physical maximum. Finally it will home
1156
-   * the Z axis to account for the lost steps. Use
1157
-   * M915 S### to specify the current and
1158
-   * M925 Z## to specify the extra Z height that's added to Z_MAX_POS.
1152
+  /**
1153
+   * M915 Z Axis Calibration
1154
+   *
1155
+   * - Adjust Z stepper current,
1156
+   * - Drive the Z axis to its physical maximum, and
1157
+   * - Home Z to account for the lost steps.
1158
+   *
1159
+   * Use M915 Snn to specify the current.
1160
+   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1159 1161
    */
1160 1162
   //#define TMC_Z_CALIBRATION
1161 1163
   #if ENABLED(TMC_Z_CALIBRATION)

Loading…
Cancel
Save