Преглед изворни кода

Add M114_DETAIL to Configuration_adv.h

Scott Lahteine пре 7 година
родитељ
комит
009e3a7aa7
35 измењених фајлова са 138 додато и 36 уклоњено
  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 Прегледај датотеку

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/src/config/default/Configuration_adv.h Прегледај датотеку

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/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Anet/A6/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Anet/A8/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Azteeg/X5GT/Configuration_adv.h Прегледај датотеку

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/src/config/examples/BQ/Hephestos/Configuration_adv.h Прегледај датотеку

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/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Прегледај датотеку

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/src/config/examples/BQ/WITBOX/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Cartesio/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Creality/CR-10/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Felix/Configuration_adv.h Прегледај датотеку

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/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Infitary/i3-M508/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Malyan/M150/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Mks/Sbase/Configuration_adv.h Прегледај датотеку

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/src/config/examples/RigidBot/Configuration_adv.h Прегледај датотеку

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/src/config/examples/SCARA/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Sanguinololu/Configuration_adv.h Прегледај датотеку

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/src/config/examples/TinyBoy2/Configuration_adv.h Прегледај датотеку

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/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Velleman/K8200/Configuration_adv.h Прегледај датотеку

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/src/config/examples/Velleman/K8400/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/generic/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/kossel_mini/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/kossel_pro/Configuration_adv.h Прегледај датотеку

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/src/config/examples/delta/kossel_xl/Configuration_adv.h Прегледај датотеку

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/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Прегледај датотеку

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/src/config/examples/makibox/Configuration_adv.h Прегледај датотеку

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/src/config/examples/tvrrug/Round2/Configuration_adv.h Прегледај датотеку

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/src/config/examples/wt150/Configuration_adv.h Прегледај датотеку

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

+ 2
- 2
Marlin/src/gcode/host/M114.cpp Прегледај датотеку

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

Loading…
Откажи
Сачувај