Browse Source

Make Z_RAISE_BETWEEN_PROBINGS a more general option

Scott Lahteine 9 years ago
parent
commit
b590a7dee0

+ 1
- 2
Marlin/Configuration.h View File

@@ -517,6 +517,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
517 517
 // For G29 these apply before and after the full procedure.
518 518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519 519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
520
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
520 521
 
521 522
 //
522 523
 // For M851 give a range for adjusting the Z probe offset
@@ -670,8 +671,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
670 671
 
671 672
   #endif // !AUTO_BED_LEVELING_GRID
672 673
 
673
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
674
-
675 674
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
676 675
                                                                              // Useful to retract a deployable Z probe.
677 676
 

+ 1
- 2
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -516,6 +516,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
516 516
 // For G29 these apply before and after the full procedure.
517 517
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
518 518
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
519
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
519 520
 
520 521
 //
521 522
 // For M851 give a range for adjusting the Z probe offset
@@ -669,8 +670,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
669 670
 
670 671
   #endif // !AUTO_BED_LEVELING_GRID
671 672
 
672
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
673
-
674 673
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
675 674
                                                                              // Useful to retract a deployable Z probe.
676 675
 

+ 1
- 2
Marlin/example_configurations/Felix/Configuration.h View File

@@ -499,6 +499,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
499 499
 // For G29 these apply before and after the full procedure.
500 500
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
501 501
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
502
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
502 503
 
503 504
 //
504 505
 // For M851 give a range for adjusting the Z probe offset
@@ -652,8 +653,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
652 653
 
653 654
   #endif // !AUTO_BED_LEVELING_GRID
654 655
 
655
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
656
-
657 656
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
658 657
                                                                              // Useful to retract a deployable Z probe.
659 658
 

+ 1
- 2
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -497,6 +497,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
497 497
 // For G29 these apply before and after the full procedure.
498 498
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
499 499
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
500
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
500 501
 
501 502
 //
502 503
 // For M851 give a range for adjusting the Z probe offset
@@ -650,8 +651,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
650 651
 
651 652
   #endif // !AUTO_BED_LEVELING_GRID
652 653
 
653
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
654
-
655 654
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
656 655
                                                                              // Useful to retract a deployable Z probe.
657 656
 

+ 1
- 2
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -509,6 +509,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
509 509
 // For G29 these apply before and after the full procedure.
510 510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
511 511
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
512
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
512 513
 
513 514
 //
514 515
 // For M851 give a range for adjusting the Z probe offset
@@ -662,8 +663,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
662 663
 
663 664
   #endif // !AUTO_BED_LEVELING_GRID
664 665
 
665
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
666
-
667 666
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
668 667
                                                                              // Useful to retract a deployable Z probe.
669 668
 

+ 1
- 2
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -511,6 +511,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
511 511
 // For G29 these apply before and after the full procedure.
512 512
 #define Z_RAISE_BEFORE_PROBING 5    // Raise before probe deploy (e.g., the first probe).
513 513
 #define Z_RAISE_AFTER_PROBING 5     // Raise before probe stow (e.g., the last probe).
514
+#define Z_RAISE_BETWEEN_PROBINGS 2  // Raise between probing points.
514 515
 
515 516
 //
516 517
 // For M851 give a range for adjusting the Z probe offset
@@ -664,8 +665,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
664 665
 
665 666
   #endif // !AUTO_BED_LEVELING_GRID
666 667
 
667
-  #define Z_RAISE_BETWEEN_PROBINGS 2  // How much the Z axis will be raised when traveling from between next probing points.
668
-
669 668
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
670 669
                                                                              // Useful to retract a deployable Z probe.
671 670
 

+ 1
- 2
Marlin/example_configurations/K8200/Configuration.h View File

@@ -534,6 +534,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
534 534
 // For G29 these apply before and after the full procedure.
535 535
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
536 536
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
537
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
537 538
 
538 539
 //
539 540
 // For M851 give a range for adjusting the Z probe offset
@@ -687,8 +688,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
687 688
 
688 689
   #endif // !AUTO_BED_LEVELING_GRID
689 690
 
690
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
691
-
692 691
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
693 692
                                                                              // Useful to retract a deployable Z probe.
694 693
 

+ 1
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -517,6 +517,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
517 517
 // For G29 these apply before and after the full procedure.
518 518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519 519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
520
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
520 521
 
521 522
 //
522 523
 // For M851 give a range for adjusting the Z probe offset
@@ -670,8 +671,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
670 671
 
671 672
   #endif // !AUTO_BED_LEVELING_GRID
672 673
 
673
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
674
-
675 674
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
676 675
                                                                              // Useful to retract a deployable Z probe.
677 676
 

+ 1
- 2
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -511,6 +511,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
511 511
 // For G29 these apply before and after the full procedure.
512 512
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
513 513
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
514
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
514 515
 
515 516
 //
516 517
 // For M851 give a range for adjusting the Z probe offset
@@ -664,8 +665,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
664 665
 
665 666
   #endif // !AUTO_BED_LEVELING_GRID
666 667
 
667
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
668
-
669 668
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
670 669
                                                                              // Useful to retract a deployable Z probe.
671 670
 

+ 1
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -525,6 +525,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
525 525
 // For G29 these apply before and after the full procedure.
526 526
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
527 527
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
528
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
528 529
 
529 530
 //
530 531
 // For M851 give a range for adjusting the Z probe offset
@@ -678,8 +679,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
678 679
 
679 680
   #endif // !AUTO_BED_LEVELING_GRID
680 681
 
681
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
682
-
683 682
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
684 683
                                                                              // Useful to retract a deployable Z probe.
685 684
 

+ 1
- 2
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -538,6 +538,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
538 538
 // For G29 these apply before and after the full procedure.
539 539
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
540 540
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
541
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
541 542
 
542 543
 //
543 544
 // For M851 give a range for adjusting the Z probe offset
@@ -691,8 +692,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
691 692
 
692 693
   #endif // !AUTO_BED_LEVELING_GRID
693 694
 
694
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
695
-
696 695
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
697 696
                                                                              // Useful to retract a deployable Z probe.
698 697
 

+ 1
- 2
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -509,6 +509,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
509 509
 // For G29 these apply before and after the full procedure.
510 510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
511 511
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
512
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
512 513
 
513 514
 //
514 515
 // For M851 give a range for adjusting the Z probe offset
@@ -662,8 +663,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
662 663
 
663 664
   #endif // !AUTO_BED_LEVELING_GRID
664 665
 
665
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
666
-
667 666
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
668 667
                                                                              // Useful to retract a deployable Z probe.
669 668
 

+ 1
- 2
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -517,6 +517,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
517 517
 // For G29 these apply before and after the full procedure.
518 518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519 519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
520
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
520 521
 
521 522
 //
522 523
 // For M851 give a range for adjusting the Z probe offset
@@ -670,8 +671,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
670 671
 
671 672
   #endif // !AUTO_BED_LEVELING_GRID
672 673
 
673
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
674
-
675 674
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
676 675
                                                                              // Useful to retract a deployable Z probe.
677 676
 

+ 1
- 2
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -596,6 +596,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
596 596
 // For G29 these apply before and after the full procedure.
597 597
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
598 598
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
599
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
599 600
 
600 601
 //
601 602
 // For M851 give a range for adjusting the Z probe offset
@@ -753,8 +754,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
753 754
 
754 755
   #endif // !AUTO_BED_LEVELING_GRID
755 756
 
756
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
757
-
758 757
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
759 758
                                                                              // Useful to retract a deployable Z probe.
760 759
 

+ 1
- 2
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -590,6 +590,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
590 590
 // For G29 these apply before and after the full procedure.
591 591
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
592 592
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
593
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
593 594
 
594 595
 //
595 596
 // For M851 give a range for adjusting the Z probe offset
@@ -747,8 +748,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
747 748
 
748 749
   #endif // !AUTO_BED_LEVELING_GRID
749 750
 
750
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
751
-
752 751
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
753 752
                                                                              // Useful to retract a deployable Z probe.
754 753
 

+ 1
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -593,6 +593,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
593 593
 // For G29 these apply before and after the full procedure.
594 594
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
595 595
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
596
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
596 597
 
597 598
 //
598 599
 // For M851 give a range for adjusting the Z probe offset
@@ -750,8 +751,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
750 751
 
751 752
   #endif // !AUTO_BED_LEVELING_GRID
752 753
 
753
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
754
-
755 754
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
756 755
                                                                              // Useful to retract a deployable Z probe.
757 756
 

+ 1
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -587,6 +587,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
587 587
 // For G29 these apply before and after the full procedure.
588 588
 #define Z_RAISE_BEFORE_PROBING 100  // Raise before probe deploy (e.g., the first probe).
589 589
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
590
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
590 591
 
591 592
 //
592 593
 // For M851 give a range for adjusting the Z probe offset
@@ -744,8 +745,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
744 745
 
745 746
   #endif // !AUTO_BED_LEVELING_GRID
746 747
 
747
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
748
-
749 748
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
750 749
                                                                              // Useful to retract a deployable Z probe.
751 750
 

+ 1
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -588,6 +588,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
588 588
 // For G29 these apply before and after the full procedure.
589 589
 #define Z_RAISE_BEFORE_PROBING 20   // Raise before probe deploy (e.g., the first probe).
590 590
 #define Z_RAISE_AFTER_PROBING 20    // Raise before probe stow (e.g., the last probe).
591
+#define Z_RAISE_BETWEEN_PROBINGS 10 // Raise between probing points.
591 592
 
592 593
 //
593 594
 // For M851 give a range for adjusting the Z probe offset
@@ -745,8 +746,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
745 746
 
746 747
   #endif // !AUTO_BED_LEVELING_GRID
747 748
 
748
-  #define Z_RAISE_BETWEEN_PROBINGS 10 // How much the Z axis will be raised when traveling from between next probing points.
749
-
750 749
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
751 750
                                                                              // Useful to retract a deployable Z probe.
752 751
 

+ 1
- 2
Marlin/example_configurations/makibox/Configuration.h View File

@@ -520,6 +520,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
520 520
 // For G29 these apply before and after the full procedure.
521 521
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
522 522
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
523
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
523 524
 
524 525
 //
525 526
 // For M851 give a range for adjusting the Z probe offset
@@ -673,8 +674,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
673 674
 
674 675
   #endif // !AUTO_BED_LEVELING_GRID
675 676
 
676
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
677
-
678 677
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
679 678
                                                                              // Useful to retract a deployable Z probe.
680 679
 

+ 1
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -507,6 +507,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
507 507
 // For G29 these apply before and after the full procedure.
508 508
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
509 509
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
510
+#define Z_RAISE_BETWEEN_PROBINGS 5  // Raise between probing points.
510 511
 
511 512
 //
512 513
 // For M851 give a range for adjusting the Z probe offset
@@ -660,8 +661,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
660 661
 
661 662
   #endif // !AUTO_BED_LEVELING_GRID
662 663
 
663
-  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
664
-
665 664
   //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
666 665
                                                                              // Useful to retract a deployable Z probe.
667 666
 

Loading…
Cancel
Save