Pārlūkot izejas kodu

Tweak QUICK_HOME description

Scott Lahteine 7 gadus atpakaļ
vecāks
revīzija
ce1c9c0808
32 mainītis faili ar 63 papildinājumiem un 63 dzēšanām
  1. 2
    2
      Marlin/Configuration_adv.h
  2. 2
    2
      Marlin/src/config/default/Configuration_adv.h
  3. 2
    2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 2
    2
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 2
    2
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 2
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 2
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 2
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 2
    2
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 1
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  11. 2
    2
      Marlin/src/config/examples/Felix/Configuration_adv.h
  12. 2
    2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  13. 2
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  14. 2
    2
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  15. 2
    2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  16. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  17. 2
    2
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  18. 2
    2
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  19. 2
    2
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  20. 2
    2
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  21. 2
    2
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  22. 2
    2
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  23. 2
    2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  24. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  25. 2
    2
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  26. 2
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  27. 2
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  28. 2
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  29. 2
    2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  30. 2
    2
      Marlin/src/config/examples/makibox/Configuration_adv.h
  31. 2
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  32. 2
    2
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h Parādīt failu

350
 #define X_HOME_BUMP_MM 5
350
 #define X_HOME_BUMP_MM 5
351
 #define Y_HOME_BUMP_MM 5
351
 #define Y_HOME_BUMP_MM 5
352
 #define Z_HOME_BUMP_MM 2
352
 #define Z_HOME_BUMP_MM 2
353
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
354
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
353
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
354
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
355
 
355
 
356
 // When G28 is called, this option will make Y home before X
356
 // When G28 is called, this option will make Y home before X
357
 //#define HOME_Y_BEFORE_X
357
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/default/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 4
375
 #define Z_HOME_BUMP_MM 4
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 #define HOME_Y_BEFORE_X
380
 #define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Cartesio/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 #define HOME_Y_BEFORE_X
380
 #define HOME_Y_BEFORE_X

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Parādīt failu

374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
 #define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
376
 #define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
377
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Felix/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 3
375
 #define Z_HOME_BUMP_MM 3
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 1
375
 #define Z_HOME_BUMP_MM 1
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/RigidBot/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 3
373
 #define X_HOME_BUMP_MM 3
374
 #define Y_HOME_BUMP_MM 3
374
 #define Y_HOME_BUMP_MM 3
375
 #define Z_HOME_BUMP_MM 3
375
 #define Z_HOME_BUMP_MM 3
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Parādīt failu

362
 #define X_HOME_BUMP_MM 5
362
 #define X_HOME_BUMP_MM 5
363
 #define Y_HOME_BUMP_MM 5
363
 #define Y_HOME_BUMP_MM 5
364
 #define Z_HOME_BUMP_MM 2
364
 #define Z_HOME_BUMP_MM 2
365
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
366
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
365
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
366
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
367
 
367
 
368
 // When G28 is called, this option will make Y home before X
368
 // When G28 is called, this option will make Y home before X
369
 //#define HOME_Y_BEFORE_X
369
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Parādīt failu

386
 #define X_HOME_BUMP_MM 5
386
 #define X_HOME_BUMP_MM 5
387
 #define Y_HOME_BUMP_MM 5
387
 #define Y_HOME_BUMP_MM 5
388
 #define Z_HOME_BUMP_MM 2
388
 #define Z_HOME_BUMP_MM 2
389
-#define HOMING_BUMP_DIVISOR {4, 4, 8}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
390
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
389
+#define HOMING_BUMP_DIVISOR { 4, 4, 8 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
390
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
391
 
391
 
392
 // When G28 is called, this option will make Y home before X
392
 // When G28 is called, this option will make Y home before X
393
 //#define HOME_Y_BEFORE_X
393
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 10
373
 #define X_HOME_BUMP_MM 10
374
 #define Y_HOME_BUMP_MM 10
374
 #define Y_HOME_BUMP_MM 10
375
 #define Z_HOME_BUMP_MM 3
375
 #define Z_HOME_BUMP_MM 3
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
376
-#define HOMING_BUMP_DIVISOR {10, 10, 10}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
376
-#define HOMING_BUMP_DIVISOR {10, 10, 10}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/generic/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
376
-#define HOMING_BUMP_DIVISOR {10, 10, 10}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
375
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
376
-#define HOMING_BUMP_DIVISOR {10, 10, 10}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Parādīt failu

378
 #define X_HOME_BUMP_MM 5
378
 #define X_HOME_BUMP_MM 5
379
 #define Y_HOME_BUMP_MM 5
379
 #define Y_HOME_BUMP_MM 5
380
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
380
 #define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
381
-#define HOMING_BUMP_DIVISOR {10, 10, 10}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
382
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
381
+#define HOMING_BUMP_DIVISOR { 10, 10, 10 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
382
+//#define QUICK_HOME                       // If homing includes X and Y, do a diagonal move initially
383
 
383
 
384
 // When G28 is called, this option will make Y home before X
384
 // When G28 is called, this option will make Y home before X
385
 //#define HOME_Y_BEFORE_X
385
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 2
373
 #define X_HOME_BUMP_MM 2
374
 #define Y_HOME_BUMP_MM 2
374
 #define Y_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2 // deltas need the same for all three axes
375
 #define Z_HOME_BUMP_MM 2 // deltas need the same for all three axes
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/makibox/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 1
375
 #define Z_HOME_BUMP_MM 1
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

+ 2
- 2
Marlin/src/config/examples/wt150/Configuration_adv.h Parādīt failu

373
 #define X_HOME_BUMP_MM 5
373
 #define X_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
374
 #define Y_HOME_BUMP_MM 5
375
 #define Z_HOME_BUMP_MM 2
375
 #define Z_HOME_BUMP_MM 2
376
-#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
376
+#define HOMING_BUMP_DIVISOR { 2, 2, 4 }  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
377
+//#define QUICK_HOME                     // If homing includes X and Y, do a diagonal move initially
378
 
378
 
379
 // When G28 is called, this option will make Y home before X
379
 // When G28 is called, this option will make Y home before X
380
 //#define HOME_Y_BEFORE_X
380
 //#define HOME_Y_BEFORE_X

Notiek ielāde…
Atcelt
Saglabāt