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
 // For G29 these apply before and after the full procedure.
517
 // For G29 these apply before and after the full procedure.
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
523
 // For M851 give a range for adjusting the Z probe offset
670
 
671
 
671
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
675
                                                                              // Useful to retract a deployable Z probe.
677
 
676
 

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

516
 // For G29 these apply before and after the full procedure.
516
 // For G29 these apply before and after the full procedure.
517
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
517
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
518
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
522
 // For M851 give a range for adjusting the Z probe offset
669
 
670
 
670
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
674
                                                                              // Useful to retract a deployable Z probe.
676
 
675
 

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

499
 // For G29 these apply before and after the full procedure.
499
 // For G29 these apply before and after the full procedure.
500
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
500
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
501
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
505
 // For M851 give a range for adjusting the Z probe offset
652
 
653
 
653
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
657
                                                                              // Useful to retract a deployable Z probe.
659
 
658
 

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

497
 // For G29 these apply before and after the full procedure.
497
 // For G29 these apply before and after the full procedure.
498
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
498
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
499
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
503
 // For M851 give a range for adjusting the Z probe offset
650
 
651
 
651
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
655
                                                                              // Useful to retract a deployable Z probe.
657
 
656
 

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

509
 // For G29 these apply before and after the full procedure.
509
 // For G29 these apply before and after the full procedure.
510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
511
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
515
 // For M851 give a range for adjusting the Z probe offset
662
 
663
 
663
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
667
                                                                              // Useful to retract a deployable Z probe.
669
 
668
 

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

511
 // For G29 these apply before and after the full procedure.
511
 // For G29 these apply before and after the full procedure.
512
 #define Z_RAISE_BEFORE_PROBING 5    // Raise before probe deploy (e.g., the first probe).
512
 #define Z_RAISE_BEFORE_PROBING 5    // Raise before probe deploy (e.g., the first probe).
513
 #define Z_RAISE_AFTER_PROBING 5     // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
517
 // For M851 give a range for adjusting the Z probe offset
664
 
665
 
665
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
669
                                                                              // Useful to retract a deployable Z probe.
671
 
670
 

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

534
 // For G29 these apply before and after the full procedure.
534
 // For G29 these apply before and after the full procedure.
535
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
535
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
536
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
540
 // For M851 give a range for adjusting the Z probe offset
687
 
688
 
688
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
692
                                                                              // Useful to retract a deployable Z probe.
694
 
693
 

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

517
 // For G29 these apply before and after the full procedure.
517
 // For G29 these apply before and after the full procedure.
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
523
 // For M851 give a range for adjusting the Z probe offset
670
 
671
 
671
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
675
                                                                              // Useful to retract a deployable Z probe.
677
 
676
 

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

511
 // For G29 these apply before and after the full procedure.
511
 // For G29 these apply before and after the full procedure.
512
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
512
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
513
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
517
 // For M851 give a range for adjusting the Z probe offset
664
 
665
 
665
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
669
                                                                              // Useful to retract a deployable Z probe.
671
 
670
 

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

525
 // For G29 these apply before and after the full procedure.
525
 // For G29 these apply before and after the full procedure.
526
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
526
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
527
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
531
 // For M851 give a range for adjusting the Z probe offset
678
 
679
 
679
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
683
                                                                              // Useful to retract a deployable Z probe.
685
 
684
 

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

538
 // For G29 these apply before and after the full procedure.
538
 // For G29 these apply before and after the full procedure.
539
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
539
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
540
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
544
 // For M851 give a range for adjusting the Z probe offset
691
 
692
 
692
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
696
                                                                              // Useful to retract a deployable Z probe.
698
 
697
 

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

509
 // For G29 these apply before and after the full procedure.
509
 // For G29 these apply before and after the full procedure.
510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
510
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
511
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
515
 // For M851 give a range for adjusting the Z probe offset
662
 
663
 
663
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
667
                                                                              // Useful to retract a deployable Z probe.
669
 
668
 

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

517
 // For G29 these apply before and after the full procedure.
517
 // For G29 these apply before and after the full procedure.
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
518
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
519
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
523
 // For M851 give a range for adjusting the Z probe offset
670
 
671
 
671
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
675
                                                                              // Useful to retract a deployable Z probe.
677
 
676
 

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

596
 // For G29 these apply before and after the full procedure.
596
 // For G29 these apply before and after the full procedure.
597
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
597
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
598
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
602
 // For M851 give a range for adjusting the Z probe offset
753
 
754
 
754
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
758
                                                                              // Useful to retract a deployable Z probe.
760
 
759
 

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

590
 // For G29 these apply before and after the full procedure.
590
 // For G29 these apply before and after the full procedure.
591
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
591
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
592
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
596
 // For M851 give a range for adjusting the Z probe offset
747
 
748
 
748
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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
   //#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
                                                                              // Useful to retract a deployable Z probe.
752
                                                                              // Useful to retract a deployable Z probe.
754
 
753
 

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

593
 // For G29 these apply before and after the full procedure.
593
 // For G29 these apply before and after the full procedure.
594
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
594
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
595
 #define Z_RAISE_AFTER_PROBING 50    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
599
 // For M851 give a range for adjusting the Z probe offset
750
 
751
 
751
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
755
                                                                              // Useful to retract a deployable Z probe.
757
 
756
 

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

587
 // For G29 these apply before and after the full procedure.
587
 // For G29 these apply before and after the full procedure.
588
 #define Z_RAISE_BEFORE_PROBING 100  // Raise before probe deploy (e.g., the first probe).
588
 #define Z_RAISE_BEFORE_PROBING 100  // Raise before probe deploy (e.g., the first probe).
589
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
593
 // For M851 give a range for adjusting the Z probe offset
744
 
745
 
745
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
749
                                                                              // Useful to retract a deployable Z probe.
751
 
750
 

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

588
 // For G29 these apply before and after the full procedure.
588
 // For G29 these apply before and after the full procedure.
589
 #define Z_RAISE_BEFORE_PROBING 20   // Raise before probe deploy (e.g., the first probe).
589
 #define Z_RAISE_BEFORE_PROBING 20   // Raise before probe deploy (e.g., the first probe).
590
 #define Z_RAISE_AFTER_PROBING 20    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
594
 // For M851 give a range for adjusting the Z probe offset
745
 
746
 
746
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
750
                                                                              // Useful to retract a deployable Z probe.
752
 
751
 

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

520
 // For G29 these apply before and after the full procedure.
520
 // For G29 these apply before and after the full procedure.
521
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
521
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
522
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
526
 // For M851 give a range for adjusting the Z probe offset
673
 
674
 
674
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
678
                                                                              // Useful to retract a deployable Z probe.
680
 
679
 

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

507
 // For G29 these apply before and after the full procedure.
507
 // For G29 these apply before and after the full procedure.
508
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
508
 #define Z_RAISE_BEFORE_PROBING 15   // Raise before probe deploy (e.g., the first probe).
509
 #define Z_RAISE_AFTER_PROBING 15    // Raise before probe stow (e.g., the last probe).
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
 // For M851 give a range for adjusting the Z probe offset
513
 // For M851 give a range for adjusting the Z probe offset
660
 
661
 
661
   #endif // !AUTO_BED_LEVELING_GRID
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
   //#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.
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
                                                                              // Useful to retract a deployable Z probe.
665
                                                                              // Useful to retract a deployable Z probe.
667
 
666
 

Loading…
Cancel
Save