Browse Source

Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL

[2.0] Add M114_DETAIL to Configuration_adv.h
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
54774841ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Marlin/Configuration_adv.h
  2. 5
      Marlin/src/config/default/Configuration_adv.h
  3. 5
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 5
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 5
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 5
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 5
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 5
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 5
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 5
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 5
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 5
      Marlin/src/config/examples/Felix/Configuration_adv.h
  13. 5
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  14. 5
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  15. 5
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  16. 5
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  17. 5
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  18. 5
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  19. 5
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  20. 5
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  21. 5
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  22. 5
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  23. 5
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  24. 5
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  25. 5
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  26. 5
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  27. 5
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  28. 5
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  29. 5
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  30. 5
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  31. 5
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  32. 5
      Marlin/src/config/examples/makibox/Configuration_adv.h
  33. 5
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  34. 5
      Marlin/src/config/examples/wt150/Configuration_adv.h
  35. 4
      Marlin/src/gcode/host/M114.cpp

5
Marlin/Configuration_adv.h

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

5
Marlin/src/config/default/Configuration_adv.h

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

5
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h

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

5
Marlin/src/config/examples/Anet/A6/Configuration_adv.h

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

5
Marlin/src/config/examples/Anet/A8/Configuration_adv.h

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

5
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h

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

5
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h

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

5
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

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

5
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h

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

5
Marlin/src/config/examples/Cartesio/Configuration_adv.h

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

5
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h

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

5
Marlin/src/config/examples/Felix/Configuration_adv.h

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

5
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h

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

5
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h

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

5
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h

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

5
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h

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

5
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h

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

5
Marlin/src/config/examples/RigidBot/Configuration_adv.h

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

5
Marlin/src/config/examples/SCARA/Configuration_adv.h

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

5
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h

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

5
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h

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

5
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h

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

5
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h

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

5
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/generic/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h

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

5
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h

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

5
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

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

5
Marlin/src/config/examples/makibox/Configuration_adv.h

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

5
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h

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

5
Marlin/src/config/examples/wt150/Configuration_adv.h

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

4
Marlin/src/gcode/host/M114.cpp

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

Loading…
Cancel
Save