Browse Source

Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL

[2.0] Add M114_DETAIL to Configuration_adv.h
Scott Lahteine 7 years ago
parent
commit
54774841ba
No account linked to committer's email address
35 changed files with 138 additions and 36 deletions
  1. 4
    1
      Marlin/Configuration_adv.h
  2. 4
    1
      Marlin/src/config/default/Configuration_adv.h
  3. 4
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 4
    1
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 4
    1
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 4
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 4
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 4
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 4
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 4
    1
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 4
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 4
    1
      Marlin/src/config/examples/Felix/Configuration_adv.h
  13. 4
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  14. 4
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  15. 4
    1
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  16. 4
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  17. 4
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  18. 4
    1
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  19. 4
    1
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  20. 4
    1
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  21. 4
    1
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  22. 4
    1
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  23. 4
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  24. 4
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  25. 4
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  26. 4
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  27. 4
    1
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  28. 4
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  29. 4
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  30. 4
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  31. 4
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  32. 4
    1
      Marlin/src/config/examples/makibox/Configuration_adv.h
  33. 4
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  34. 4
    1
      Marlin/src/config/examples/wt150/Configuration_adv.h
  35. 2
    2
      Marlin/src/gcode/host/M114.cpp

+ 4
- 1
Marlin/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/default/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 4

+ 4
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 1

+ 4
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 3
350 353
 #define Y_HOME_BUMP_MM 3
351 354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -334,7 +337,7 @@
334 337
 
335 338
 // @section homing
336 339
 
337
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
340
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
338 341
 #define X_HOME_BUMP_MM 5
339 342
 #define Y_HOME_BUMP_MM 5
340 343
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -135,6 +135,9 @@
135 135
   #define AUTOTEMP_OLDWEIGHT 0.98
136 136
 #endif
137 137
 
138
+// Show extra position information in M114
139
+//#define M114_DETAIL
140
+
138 141
 // Show Temperature ADC value
139 142
 // Enable for M105 to include ADC values read from temperature sensors.
140 143
 //#define SHOW_TEMP_ADC_VALUES
@@ -358,7 +361,7 @@
358 361
 
359 362
 // @section homing
360 363
 
361
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
364
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
362 365
 #define X_HOME_BUMP_MM 5
363 366
 #define Y_HOME_BUMP_MM 5
364 367
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 10
350 353
 #define Y_HOME_BUMP_MM 10
351 354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -127,6 +127,9 @@
127 127
   #define AUTOTEMP_OLDWEIGHT 0.98
128 128
 #endif
129 129
 
130
+// Show extra position information in M114
131
+//#define M114_DETAIL
132
+
130 133
 // Show Temperature ADC value
131 134
 // Enable for M105 to include ADC values read from temperature sensors.
132 135
 //#define SHOW_TEMP_ADC_VALUES
@@ -350,7 +353,7 @@
350 353
 
351 354
 // @section homing
352 355
 
353
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
356
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
354 357
 #define X_HOME_BUMP_MM 5
355 358
 #define Y_HOME_BUMP_MM 5
356 359
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 2
350 353
 #define Y_HOME_BUMP_MM 2
351 354
 #define Z_HOME_BUMP_MM 2 // deltas need the same for all three axes

+ 4
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 1

+ 4
- 1
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -122,6 +122,9 @@
122 122
   #define AUTOTEMP_OLDWEIGHT 0.98
123 123
 #endif
124 124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125 128
 // Show Temperature ADC value
126 129
 // Enable for M105 to include ADC values read from temperature sensors.
127 130
 //#define SHOW_TEMP_ADC_VALUES
@@ -345,7 +348,7 @@
345 348
 
346 349
 // @section homing
347 350
 
348
-//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
351
+// Homing hits each endstop, retracts by these distances, then does a slower bump.
349 352
 #define X_HOME_BUMP_MM 5
350 353
 #define Y_HOME_BUMP_MM 5
351 354
 #define Z_HOME_BUMP_MM 2

+ 2
- 2
Marlin/src/gcode/host/M114.cpp View File

@@ -26,7 +26,7 @@
26 26
 #include "../../module/motion.h"
27 27
 #include "../../module/stepper.h"
28 28
 
29
-#ifdef M114_DETAIL
29
+#if ENABLED(M114_DETAIL)
30 30
 
31 31
   void report_xyze(const float pos[XYZE], const uint8_t n = 4, const uint8_t precision = 3) {
32 32
     char str[12];
@@ -113,7 +113,7 @@
113 113
  */
114 114
 void GcodeSuite::M114() {
115 115
 
116
-  #ifdef M114_DETAIL
116
+  #if ENABLED(M114_DETAIL)
117 117
     if (parser.seen('D')) {
118 118
       report_current_position_detail();
119 119
       return;

Loading…
Cancel
Save