Browse Source

Apply NO_MOTION_BEFORE_HOMING to examples

pull/1/head
Scott Lahteine 7 years ago
parent
commit
5ae390e240
  1. 2
      Marlin/src/config/default/Configuration.h
  2. 2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 2
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 2
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 2
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 2
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  7. 2
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  8. 2
      Marlin/src/config/examples/Cartesio/Configuration.h
  9. 2
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  10. 2
      Marlin/src/config/examples/Felix/Configuration.h
  11. 2
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  12. 2
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  13. 2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  14. 2
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  15. 2
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  16. 2
      Marlin/src/config/examples/RigidBot/Configuration.h
  17. 2
      Marlin/src/config/examples/SCARA/Configuration.h
  18. 2
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  19. 2
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  20. 2
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  21. 2
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  22. 2
      Marlin/src/config/examples/delta/generic/Configuration.h
  23. 2
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  24. 2
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  25. 2
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  26. 2
      Marlin/src/config/examples/makibox/Configuration.h
  27. 2
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  28. 2
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  29. 2
      Marlin/src/config/examples/wt150/Configuration.h

2
Marlin/src/config/default/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h

@ -780,6 +780,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Anet/A6/Configuration.h

@ -844,6 +844,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Anet/A8/Configuration.h

@ -766,6 +766,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/BQ/Hephestos/Configuration.h

@ -751,6 +751,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/BQ/WITBOX/Configuration.h

@ -751,6 +751,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Cartesio/Configuration.h

@ -759,6 +759,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Creality/CR-10/Configuration.h

@ -770,6 +770,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 5 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Felix/Configuration.h

@ -742,6 +742,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Felix/DUAL/Configuration.h

@ -742,6 +742,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h

@ -775,6 +775,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h

@ -764,6 +764,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Malyan/M150/Configuration.h

@ -784,6 +784,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/RigidBot/Configuration.h

@ -758,6 +758,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/SCARA/Configuration.h

@ -772,6 +772,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/TinyBoy2/Configuration.h

@ -811,6 +811,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Velleman/K8400/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/adafruit/ST7565/Configuration.h

@ -760,6 +760,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/delta/generic/Configuration.h

@ -871,6 +871,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

@ -874,6 +874,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 15 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/delta/kossel_pro/Configuration.h

@ -874,6 +874,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

@ -883,6 +883,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/makibox/Configuration.h

@ -763,6 +763,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/stm32f103ret6/Configuration.h

@ -746,6 +746,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/tvrrug/Round2/Configuration.h

@ -755,6 +755,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

2
Marlin/src/config/examples/wt150/Configuration.h

@ -765,6 +765,8 @@
// @section homing
//#define NO_MOTION_BEFORE_HOMING // Inhibit movement until all axes have been homed
//#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

Loading…
Cancel
Save