Kaynağa Gözat

Add CODEPENDENT_XY_HOMING to example configs

Scott Lahteine 6 yıl önce
ebeveyn
işleme
60fc372211
42 değiştirilmiş dosya ile 126 ekleme ve 0 silme
  1. 3
    0
      Marlin/src/config/default/Configuration_adv.h
  2. 3
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  3. 3
    0
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  4. 3
    0
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  5. 3
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  6. 3
    0
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  7. 3
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 3
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 3
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 3
    0
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 3
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 3
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  13. 3
    0
      Marlin/src/config/examples/Creality/Ender/Configuration_adv.h
  14. 3
    0
      Marlin/src/config/examples/Felix/Configuration_adv.h
  15. 3
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  16. 3
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  17. 3
    0
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  18. 3
    0
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  19. 3
    0
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  20. 3
    0
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  21. 3
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  22. 3
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  23. 3
    0
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  24. 3
    0
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  25. 3
    0
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  26. 3
    0
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  27. 3
    0
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  28. 3
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  29. 3
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  30. 3
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  31. 3
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  32. 3
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  33. 3
    0
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  34. 3
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  35. 3
    0
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  36. 3
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  37. 3
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  38. 3
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  39. 3
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  40. 3
    0
      Marlin/src/config/examples/makibox/Configuration_adv.h
  41. 3
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  42. 3
    0
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 3
- 0
Marlin/src/config/default/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 #define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 #define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Creality/Ender/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/TheBorg/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Dosyayı Görüntüle

@@ -375,6 +375,9 @@
375 375
 // When G28 is called, this option will make Y home before X
376 376
 //#define HOME_Y_BEFORE_X
377 377
 
378
+// Enable this if X or Y can't home without homing the other axis first.
379
+//#define CODEPENDENT_XY_HOMING
380
+
378 381
 // @section machine
379 382
 
380 383
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Dosyayı Görüntüle

@@ -367,6 +367,9 @@
367 367
 // When G28 is called, this option will make Y home before X
368 368
 //#define HOME_Y_BEFORE_X
369 369
 
370
+// Enable this if X or Y can't home without homing the other axis first.
371
+//#define CODEPENDENT_XY_HOMING
372
+
370 373
 // @section machine
371 374
 
372 375
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

+ 3
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h Dosyayı Görüntüle

@@ -362,6 +362,9 @@
362 362
 // When G28 is called, this option will make Y home before X
363 363
 //#define HOME_Y_BEFORE_X
364 364
 
365
+// Enable this if X or Y can't home without homing the other axis first.
366
+//#define CODEPENDENT_XY_HOMING
367
+
365 368
 // @section machine
366 369
 
367 370
 #define AXIS_RELATIVE_MODES {false, false, false, false}

Loading…
İptal
Kaydet