Browse Source

Add M114_DETAIL to Configuration_adv.h

Scott Lahteine 7 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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 4
354
 #define Z_HOME_BUMP_MM 4

+ 4
- 1
Marlin/example_configurations/Anet/A6/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Anet/A8/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Creality/CR-10/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Felix/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 3
354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/example_configurations/FolgerTech/i3-2020/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 1
354
 #define Z_HOME_BUMP_MM 1

+ 4
- 1
Marlin/example_configurations/Malyan/M150/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 3
352
 #define X_HOME_BUMP_MM 3
350
 #define Y_HOME_BUMP_MM 3
353
 #define Y_HOME_BUMP_MM 3
351
 #define Z_HOME_BUMP_MM 3
354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/example_configurations/Sanguinololu/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
334
 
337
 
335
 // @section homing
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
 #define X_HOME_BUMP_MM 5
341
 #define X_HOME_BUMP_MM 5
339
 #define Y_HOME_BUMP_MM 5
342
 #define Y_HOME_BUMP_MM 5
340
 #define Z_HOME_BUMP_MM 2
343
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/TinyBoy2/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Velleman/K8200/Configuration_adv.h View File

135
   #define AUTOTEMP_OLDWEIGHT 0.98
135
   #define AUTOTEMP_OLDWEIGHT 0.98
136
 #endif
136
 #endif
137
 
137
 
138
+// Show extra position information in M114
139
+//#define M114_DETAIL
140
+
138
 // Show Temperature ADC value
141
 // Show Temperature ADC value
139
 // Enable for M105 to include ADC values read from temperature sensors.
142
 // Enable for M105 to include ADC values read from temperature sensors.
140
 //#define SHOW_TEMP_ADC_VALUES
143
 //#define SHOW_TEMP_ADC_VALUES
358
 
361
 
359
 // @section homing
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
 #define X_HOME_BUMP_MM 5
365
 #define X_HOME_BUMP_MM 5
363
 #define Y_HOME_BUMP_MM 5
366
 #define Y_HOME_BUMP_MM 5
364
 #define Z_HOME_BUMP_MM 2
367
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/Velleman/K8400/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 10
352
 #define X_HOME_BUMP_MM 10
350
 #define Y_HOME_BUMP_MM 10
353
 #define Y_HOME_BUMP_MM 10
351
 #define Z_HOME_BUMP_MM 3
354
 #define Z_HOME_BUMP_MM 3

+ 4
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
127
   #define AUTOTEMP_OLDWEIGHT 0.98
128
 #endif
128
 #endif
129
 
129
 
130
+// Show extra position information in M114
131
+//#define M114_DETAIL
132
+
130
 // Show Temperature ADC value
133
 // Show Temperature ADC value
131
 // Enable for M105 to include ADC values read from temperature sensors.
134
 // Enable for M105 to include ADC values read from temperature sensors.
132
 //#define SHOW_TEMP_ADC_VALUES
135
 //#define SHOW_TEMP_ADC_VALUES
350
 
353
 
351
 // @section homing
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
 #define X_HOME_BUMP_MM 5
357
 #define X_HOME_BUMP_MM 5
355
 #define Y_HOME_BUMP_MM 5
358
 #define Y_HOME_BUMP_MM 5
356
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 2
352
 #define X_HOME_BUMP_MM 2
350
 #define Y_HOME_BUMP_MM 2
353
 #define Y_HOME_BUMP_MM 2
351
 #define Z_HOME_BUMP_MM 2 // deltas need the same for all three axes
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
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/makibox/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
354
 #define Z_HOME_BUMP_MM 2

+ 4
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
123
 #endif
124
 
124
 
125
+// Show extra position information in M114
126
+//#define M114_DETAIL
127
+
125
 // Show Temperature ADC value
128
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
129
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
130
 //#define SHOW_TEMP_ADC_VALUES
345
 
348
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
352
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
353
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 1
354
 #define Z_HOME_BUMP_MM 1

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

122
   #define AUTOTEMP_OLDWEIGHT 0.98
122
   #define AUTOTEMP_OLDWEIGHT 0.98
123
 #endif
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
 // Show Temperature ADC value
131
 // Show Temperature ADC value
126
 // Enable for M105 to include ADC values read from temperature sensors.
132
 // Enable for M105 to include ADC values read from temperature sensors.
127
 //#define SHOW_TEMP_ADC_VALUES
133
 //#define SHOW_TEMP_ADC_VALUES
345
 
351
 
346
 // @section homing
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
 #define X_HOME_BUMP_MM 5
355
 #define X_HOME_BUMP_MM 5
350
 #define Y_HOME_BUMP_MM 5
356
 #define Y_HOME_BUMP_MM 5
351
 #define Z_HOME_BUMP_MM 2
357
 #define Z_HOME_BUMP_MM 2

Loading…
Cancel
Save