浏览代码

Merge pull request #3492 from thinkyhead/rc_config_comment_cleanup

Update some comments in Configuration.h
Scott Lahteine 9 年前
父节点
当前提交
50d083c3e6

+ 6
- 5
Marlin/Configuration.h 查看文件

@@ -598,9 +598,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
598 598
   //    |           |
599 599
   //    O-- FRONT --+
600 600
   //  (0,0)
601
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 10  // X offset: -left  [of the nozzle] +right
602
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER 10  // Y offset: -front [of the nozzle] +behind
603
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below [the nozzle] (always negative!)
601
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 10  // X offset: -left  +right  [of the nozzle]
602
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER 10  // Y offset: -front +behind [the nozzle] 
603
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below +above  [the nozzle]
604 604
 
605 605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606 606
 
@@ -612,7 +612,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
612 612
                                                                              // Useful to retract a deployable Z probe.
613 613
 
614 614
   // Probes are sensors/switches that need to be activated before they can be used
615
-  // and deactivated after the use.
615
+  // and deactivated after their use.
616 616
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
617 617
 
618 618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -623,7 +623,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
623 623
 
624 624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
625 625
 
626
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
626
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
627
+  //#define Z_PROBE_SLED
627 628
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
628 629
 
629 630
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/Felix/Configuration.h 查看文件

@@ -580,9 +580,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
580 580
   //    |           |
581 581
   //    O-- FRONT --+
582 582
   //  (0,0)
583
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
584
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
585
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
583
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
584
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
585
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
586 586
 
587 587
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
588 588
 
@@ -594,7 +594,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
594 594
                                                                              // Useful to retract a deployable Z probe.
595 595
 
596 596
   // Probes are sensors/switches that need to be activated before they can be used
597
-  // and deactivated after the use.
597
+  // and deactivated after their use.
598 598
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
599 599
 
600 600
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -605,7 +605,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
605 605
 
606 606
   // An Allen Key Probe is currently predefined only in the delta example configurations.
607 607
 
608
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
608
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
609
+  //#define Z_PROBE_SLED
609 610
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
610 611
 
611 612
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/Felix/Configuration_DUAL.h 查看文件

@@ -577,9 +577,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
577 577
   //    |           |
578 578
   //    O-- FRONT --+
579 579
   //  (0,0)
580
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
581
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
582
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
580
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
581
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
582
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
583 583
 
584 584
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
585 585
 
@@ -591,7 +591,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
591 591
                                                                              // Useful to retract a deployable Z probe.
592 592
 
593 593
   // Probes are sensors/switches that need to be activated before they can be used
594
-  // and deactivated after the use.
594
+  // and deactivated after their use.
595 595
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
596 596
 
597 597
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -602,7 +602,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
602 602
 
603 603
   // An Allen Key Probe is currently predefined only in the delta example configurations.
604 604
 
605
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
605
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
606
+  //#define Z_PROBE_SLED
606 607
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
607 608
 
608 609
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

@@ -590,9 +590,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
590 590
   //    |           |
591 591
   //    O-- FRONT --+
592 592
   //  (0,0)
593
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
594
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
595
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
593
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
594
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
595
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
596 596
 
597 597
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
598 598
 
@@ -604,7 +604,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
604 604
                                                                              // Useful to retract a deployable Z probe.
605 605
 
606 606
   // Probes are sensors/switches that need to be activated before they can be used
607
-  // and deactivated after the use.
607
+  // and deactivated after their use.
608 608
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
609 609
 
610 610
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -615,7 +615,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
615 615
 
616 616
   // An Allen Key Probe is currently predefined only in the delta example configurations.
617 617
 
618
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
618
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
619
+  //#define Z_PROBE_SLED
619 620
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
620 621
 
621 622
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

@@ -592,9 +592,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
592 592
   //    |           |
593 593
   //    O-- FRONT --+
594 594
   //  (0,0)
595
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  [of the nozzle] +right
596
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Y offset: -front [of the nozzle] +behind
597
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below [the nozzle] (always negative!)
595
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  +right  [of the nozzle]
596
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Y offset: -front +behind [the nozzle] 
597
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below +above  [the nozzle]
598 598
 
599 599
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
600 600
 
@@ -606,7 +606,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
606 606
                                                                              // Useful to retract a deployable Z probe.
607 607
 
608 608
   // Probes are sensors/switches that need to be activated before they can be used
609
-  // and deactivated after the use.
609
+  // and deactivated after their use.
610 610
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
611 611
 
612 612
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -617,7 +617,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
617 617
 
618 618
   // An Allen Key Probe is currently predefined only in the delta example configurations.
619 619
 
620
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
620
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
621
+  //#define Z_PROBE_SLED
621 622
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
622 623
 
623 624
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/K8200/Configuration.h 查看文件

@@ -615,9 +615,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
615 615
   //    |           |
616 616
   //    O-- FRONT --+
617 617
   //  (0,0)
618
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
619
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
620
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
618
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
619
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
620
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
621 621
 
622 622
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
623 623
 
@@ -629,7 +629,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
629 629
                                                                              // Useful to retract a deployable Z probe.
630 630
 
631 631
   // Probes are sensors/switches that need to be activated before they can be used
632
-  // and deactivated after the use.
632
+  // and deactivated after their use.
633 633
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
634 634
 
635 635
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -640,7 +640,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
640 640
 
641 641
   // An Allen Key Probe is currently predefined only in the delta example configurations.
642 642
 
643
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
643
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
644
+  //#define Z_PROBE_SLED
644 645
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
645 646
 
646 647
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

@@ -598,9 +598,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
598 598
   //    |           |
599 599
   //    O-- FRONT --+
600 600
   //  (0,0)
601
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
602
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
603
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
601
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
602
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
603
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
604 604
 
605 605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606 606
 
@@ -612,7 +612,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
612 612
                                                                              // Useful to retract a deployable Z probe.
613 613
 
614 614
   // Probes are sensors/switches that need to be activated before they can be used
615
-  // and deactivated after the use.
615
+  // and deactivated after their use.
616 616
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
617 617
 
618 618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -623,7 +623,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
623 623
 
624 624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
625 625
 
626
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
626
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
627
+  //#define Z_PROBE_SLED
627 628
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
628 629
 
629 630
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

@@ -592,9 +592,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
592 592
   //    |           |
593 593
   //    O-- FRONT --+
594 594
   //  (0,0)
595
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
596
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
597
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
595
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
596
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
597
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
598 598
 
599 599
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
600 600
 
@@ -606,7 +606,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
606 606
                                                                              // Useful to retract a deployable Z probe.
607 607
 
608 608
   // Probes are sensors/switches that need to be activated before they can be used
609
-  // and deactivated after the use.
609
+  // and deactivated after their use.
610 610
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
611 611
 
612 612
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -617,7 +617,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
617 617
 
618 618
   // An Allen Key Probe is currently predefined only in the delta example configurations.
619 619
 
620
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
620
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
621
+  //#define Z_PROBE_SLED
621 622
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
622 623
 
623 624
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -606,9 +606,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
606 606
   //    |           |
607 607
   //    O-- FRONT --+
608 608
   //  (0,0)
609
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
610
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
611
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
609
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
610
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
611
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
612 612
 
613 613
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
614 614
 
@@ -620,7 +620,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
620 620
                                                                              // Useful to retract a deployable Z probe.
621 621
 
622 622
   // Probes are sensors/switches that need to be activated before they can be used
623
-  // and deactivated after the use.
623
+  // and deactivated after their use.
624 624
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
625 625
 
626 626
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -631,7 +631,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
631 631
 
632 632
   // An Allen Key Probe is currently predefined only in the delta example configurations.
633 633
 
634
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
634
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
635
+  //#define Z_PROBE_SLED
635 636
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
636 637
 
637 638
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

@@ -619,9 +619,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
619 619
   //    |           |
620 620
   //    O-- FRONT --+
621 621
   //  (0,0)
622
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
623
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
624
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
622
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
623
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
624
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
625 625
 
626 626
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
627 627
 
@@ -633,7 +633,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
633 633
                                                                              // Useful to retract a deployable Z probe.
634 634
 
635 635
   // Probes are sensors/switches that need to be activated before they can be used
636
-  // and deactivated after the use.
636
+  // and deactivated after their use.
637 637
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
638 638
 
639 639
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -644,7 +644,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
644 644
 
645 645
   // An Allen Key Probe is currently predefined only in the delta example configurations.
646 646
 
647
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
647
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
648
+  //#define Z_PROBE_SLED
648 649
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
649 650
 
650 651
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

@@ -590,9 +590,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
590 590
   //    |           |
591 591
   //    O-- FRONT --+
592 592
   //  (0,0)
593
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
594
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
595
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
593
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
594
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
595
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
596 596
 
597 597
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
598 598
 
@@ -604,7 +604,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
604 604
                                                                              // Useful to retract a deployable Z probe.
605 605
 
606 606
   // Probes are sensors/switches that need to be activated before they can be used
607
-  // and deactivated after the use.
607
+  // and deactivated after their use.
608 608
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
609 609
 
610 610
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -615,7 +615,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
615 615
 
616 616
   // An Allen Key Probe is currently predefined only in the delta example configurations.
617 617
 
618
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
618
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
619
+  //#define Z_PROBE_SLED
619 620
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
620 621
 
621 622
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

@@ -598,9 +598,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
598 598
   //    |           |
599 599
   //    O-- FRONT --+
600 600
   //  (0,0)
601
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
602
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
603
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
601
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
602
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
603
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
604 604
 
605 605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606 606
 
@@ -612,7 +612,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
612 612
                                                                              // Useful to retract a deployable Z probe.
613 613
 
614 614
   // Probes are sensors/switches that need to be activated before they can be used
615
-  // and deactivated after the use.
615
+  // and deactivated after their use.
616 616
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
617 617
 
618 618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -623,7 +623,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
623 623
 
624 624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
625 625
 
626
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
626
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
627
+  //#define Z_PROBE_SLED
627 628
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
628 629
 
629 630
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

@@ -637,9 +637,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
637 637
   //    |           |
638 638
   //    O-- FRONT --+
639 639
   //  (0,0)
640
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  [of the nozzle] +right
641
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front [of the nozzle] +behind
642
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below [the nozzle] (always negative!)
640
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  +right  [of the nozzle]
641
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front +behind [the nozzle] 
642
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below +above  [the nozzle]
643 643
 
644 644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645 645
 
@@ -651,7 +651,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
651 651
                                                                              // Useful to retract a deployable Z probe.
652 652
 
653 653
   // Probes are sensors/switches that need to be activated before they can be used
654
-  // and deactivated after the use.
654
+  // and deactivated after their use.
655 655
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
656 656
 
657 657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -662,7 +662,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
662 662
 
663 663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
664 664
 
665
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
665
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
666
+  //#define Z_PROBE_SLED
666 667
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
667 668
 
668 669
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe

+ 6
- 5
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

@@ -637,9 +637,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
637 637
   //    |           |
638 638
   //    O-- FRONT --+
639 639
   //  (0,0)
640
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  [of the nozzle] +right
641
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front [of the nozzle] +behind
642
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below [the nozzle] (always negative!)
640
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  +right  [of the nozzle]
641
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front +behind [the nozzle] 
642
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below +above  [the nozzle]
643 643
 
644 644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645 645
 
@@ -651,7 +651,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
651 651
                                                                              // Useful to retract a deployable Z probe.
652 652
 
653 653
   // Probes are sensors/switches that need to be activated before they can be used
654
-  // and deactivated after the use.
654
+  // and deactivated after their use.
655 655
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
656 656
 
657 657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -662,7 +662,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
662 662
 
663 663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
664 664
 
665
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
665
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
666
+  //#define Z_PROBE_SLED
666 667
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
667 668
 
668 669
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe

+ 6
- 5
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

@@ -637,9 +637,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
637 637
   //    |           |
638 638
   //    O-- FRONT --+
639 639
   //  (0,0)
640
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  [of the nozzle] +right
641
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front [of the nozzle] +behind
642
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below [the nozzle] (always negative!)
640
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  +right  [of the nozzle]
641
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Y offset: -front +behind [the nozzle] 
642
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below +above  [the nozzle]
643 643
 
644 644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645 645
 
@@ -651,7 +651,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
651 651
                                                                              // Useful to retract a deployable Z probe.
652 652
 
653 653
   // Probes are sensors/switches that need to be activated before they can be used
654
-  // and deactivated after the use.
654
+  // and deactivated after their use.
655 655
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
656 656
 
657 657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -662,7 +662,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
662 662
 
663 663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
664 664
 
665
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
665
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
666
+  //#define Z_PROBE_SLED
666 667
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
667 668
 
668 669
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe

+ 3
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

@@ -642,7 +642,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
642 642
                                                                              // Useful to retract a deployable Z probe.
643 643
 
644 644
   // Probes are sensors/switches that need to be activated before they can be used
645
-  // and deactivated after the use.
645
+  // and deactivated after their use.
646 646
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
647 647
 
648 648
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -653,7 +653,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
653 653
 
654 654
   // An Allen Key Probe is currently predefined only in the delta example configurations.
655 655
 
656
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
656
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
657
+  //#define Z_PROBE_SLED
657 658
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
658 659
 
659 660
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe

+ 6
- 5
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

@@ -629,9 +629,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
629 629
   //    |           |
630 630
   //    O-- FRONT --+
631 631
   //  (0,0)
632
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0.0     // X offset: -left  [of the nozzle] +right
633
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0     // Y offset: -front [of the nozzle] +behind
634
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3     // Z offset: -below [the nozzle] (always negative!)
632
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0.0     // X offset: -left  +right  [of the nozzle]
633
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0     // Y offset: -front +behind [the nozzle] 
634
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3     // Z offset: -below +above  [the nozzle]
635 635
 
636 636
   #define XY_TRAVEL_SPEED 7000         // X and Y axis travel speed between probes, in mm/min.
637 637
 
@@ -644,7 +644,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
644 644
                                                                             // Useful to retract a deployable Z probe.
645 645
 
646 646
   // Probes are sensors/switches that need to be activated before they can be used
647
-  // and deactivated after the use.
647
+  // and deactivated after their use.
648 648
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
649 649
 
650 650
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -655,7 +655,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
655 655
 
656 656
   // An Allen Key Probe is currently predefined only in the delta example configurations.
657 657
 
658
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
658
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
659
+  //#define Z_PROBE_SLED
659 660
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
660 661
 
661 662
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/makibox/Configuration.h 查看文件

@@ -601,9 +601,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
601 601
   //    |           |
602 602
   //    O-- FRONT --+
603 603
   //  (0,0)
604
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
605
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
606
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
604
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
605
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
606
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
607 607
 
608 608
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
609 609
 
@@ -615,7 +615,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
615 615
                                                                              // Useful to retract a deployable Z probe.
616 616
 
617 617
   // Probes are sensors/switches that need to be activated before they can be used
618
-  // and deactivated after the use.
618
+  // and deactivated after their use.
619 619
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
620 620
 
621 621
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -626,7 +626,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
626 626
 
627 627
   // An Allen Key Probe is currently predefined only in the delta example configurations.
628 628
 
629
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
629
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
630
+  //#define Z_PROBE_SLED
630 631
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
631 632
 
632 633
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

+ 6
- 5
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

@@ -588,9 +588,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
588 588
   //    |           |
589 589
   //    O-- FRONT --+
590 590
   //  (0,0)
591
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
592
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front [of the nozzle] +behind
593
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
591
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  +right  [of the nozzle]
592
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Y offset: -front +behind [the nozzle] 
593
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below +above  [the nozzle]
594 594
 
595 595
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
596 596
 
@@ -602,7 +602,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
602 602
                                                                              // Useful to retract a deployable Z probe.
603 603
 
604 604
   // Probes are sensors/switches that need to be activated before they can be used
605
-  // and deactivated after the use.
605
+  // and deactivated after their use.
606 606
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
607 607
 
608 608
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
@@ -613,7 +613,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
613 613
 
614 614
   // An Allen Key Probe is currently predefined only in the delta example configurations.
615 615
 
616
-  //#define Z_PROBE_SLED // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
616
+  // Enable if you have a Z probe mounted on a sled like those designed by Charles Bell.
617
+  //#define Z_PROBE_SLED
617 618
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
618 619
 
619 620
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

正在加载...
取消
保存