Browse Source

Add M114_DETAIL to Configuration_adv.h

Scott Lahteine 6 years ago
parent
commit
8d06cf7b84
30 changed files with 123 additions and 30 deletions
  1. 4
    1
      Marlin/Configuration_adv.h
  2. 4
    1
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h
  3. 4
    1
      Marlin/example_configurations/Anet/A6/Configuration_adv.h
  4. 4
    1
      Marlin/example_configurations/Anet/A8/Configuration_adv.h
  5. 4
    1
      Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h
  6. 4
    1
      Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h
  7. 4
    1
      Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h
  8. 4
    1
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  9. 4
    1
      Marlin/example_configurations/Creality/CR-10/Configuration_adv.h
  10. 4
    1
      Marlin/example_configurations/Felix/Configuration_adv.h
  11. 4
    1
      Marlin/example_configurations/FolgerTech/i3-2020/Configuration_adv.h
  12. 4
    1
      Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h
  13. 4
    1
      Marlin/example_configurations/Malyan/M150/Configuration_adv.h
  14. 4
    1
      Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h
  15. 4
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  16. 4
    1
      Marlin/example_configurations/SCARA/Configuration_adv.h
  17. 4
    1
      Marlin/example_configurations/Sanguinololu/Configuration_adv.h
  18. 4
    1
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  19. 4
    1
      Marlin/example_configurations/Velleman/K8200/Configuration_adv.h
  20. 4
    1
      Marlin/example_configurations/Velleman/K8400/Configuration_adv.h
  21. 4
    1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  22. 4
    1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  23. 4
    1
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  24. 4
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  25. 4
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  26. 4
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  27. 4
    1
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h
  28. 4
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  29. 4
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  30. 7
    1
      Marlin/example_configurations/wt150/Configuration_adv.h

+ 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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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/example_configurations/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

+ 7
- 1
Marlin/example_configurations/wt150/Configuration_adv.h View File

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

Loading…
Cancel
Save