Browse Source

Update some comments in Configuration.h

Scott Lahteine 9 years ago
parent
commit
7eb476597f

+ 6
- 5
Marlin/Configuration.h View File

598
   //    |           |
598
   //    |           |
599
   //    O-- FRONT --+
599
   //    O-- FRONT --+
600
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606
 
606
 
612
                                                                              // Useful to retract a deployable Z probe.
612
                                                                              // Useful to retract a deployable Z probe.
613
 
613
 
614
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
623
 
623
 
624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

580
   //    |           |
580
   //    |           |
581
   //    O-- FRONT --+
581
   //    O-- FRONT --+
582
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
587
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
588
 
588
 
594
                                                                              // Useful to retract a deployable Z probe.
594
                                                                              // Useful to retract a deployable Z probe.
595
 
595
 
596
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
600
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
605
 
605
 
606
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

577
   //    |           |
577
   //    |           |
578
   //    O-- FRONT --+
578
   //    O-- FRONT --+
579
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
584
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
585
 
585
 
591
                                                                              // Useful to retract a deployable Z probe.
591
                                                                              // Useful to retract a deployable Z probe.
592
 
592
 
593
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
597
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
602
 
602
 
603
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

590
   //    |           |
590
   //    |           |
591
   //    O-- FRONT --+
591
   //    O-- FRONT --+
592
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
597
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
598
 
598
 
604
                                                                              // Useful to retract a deployable Z probe.
604
                                                                              // Useful to retract a deployable Z probe.
605
 
605
 
606
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
610
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
615
 
615
 
616
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

592
   //    |           |
592
   //    |           |
593
   //    O-- FRONT --+
593
   //    O-- FRONT --+
594
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
599
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
600
 
600
 
606
                                                                              // Useful to retract a deployable Z probe.
606
                                                                              // Useful to retract a deployable Z probe.
607
 
607
 
608
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
612
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
617
 
617
 
618
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

615
   //    |           |
615
   //    |           |
616
   //    O-- FRONT --+
616
   //    O-- FRONT --+
617
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
622
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
623
 
623
 
629
                                                                              // Useful to retract a deployable Z probe.
629
                                                                              // Useful to retract a deployable Z probe.
630
 
630
 
631
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
635
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
640
 
640
 
641
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

598
   //    |           |
598
   //    |           |
599
   //    O-- FRONT --+
599
   //    O-- FRONT --+
600
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606
 
606
 
612
                                                                              // Useful to retract a deployable Z probe.
612
                                                                              // Useful to retract a deployable Z probe.
613
 
613
 
614
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
623
 
623
 
624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

592
   //    |           |
592
   //    |           |
593
   //    O-- FRONT --+
593
   //    O-- FRONT --+
594
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
599
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
600
 
600
 
606
                                                                              // Useful to retract a deployable Z probe.
606
                                                                              // Useful to retract a deployable Z probe.
607
 
607
 
608
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
612
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
617
 
617
 
618
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

606
   //    |           |
606
   //    |           |
607
   //    O-- FRONT --+
607
   //    O-- FRONT --+
608
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
613
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
614
 
614
 
620
                                                                              // Useful to retract a deployable Z probe.
620
                                                                              // Useful to retract a deployable Z probe.
621
 
621
 
622
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
626
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
631
 
631
 
632
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

619
   //    |           |
619
   //    |           |
620
   //    O-- FRONT --+
620
   //    O-- FRONT --+
621
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
626
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
627
 
627
 
633
                                                                              // Useful to retract a deployable Z probe.
633
                                                                              // Useful to retract a deployable Z probe.
634
 
634
 
635
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
639
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
644
 
644
 
645
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

590
   //    |           |
590
   //    |           |
591
   //    O-- FRONT --+
591
   //    O-- FRONT --+
592
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
597
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
598
 
598
 
604
                                                                              // Useful to retract a deployable Z probe.
604
                                                                              // Useful to retract a deployable Z probe.
605
 
605
 
606
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
610
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
615
 
615
 
616
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

598
   //    |           |
598
   //    |           |
599
   //    O-- FRONT --+
599
   //    O-- FRONT --+
600
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
605
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
606
 
606
 
612
                                                                              // Useful to retract a deployable Z probe.
612
                                                                              // Useful to retract a deployable Z probe.
613
 
613
 
614
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
618
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
623
 
623
 
624
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

637
   //    |           |
637
   //    |           |
638
   //    O-- FRONT --+
638
   //    O-- FRONT --+
639
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645
 
645
 
651
                                                                              // Useful to retract a deployable Z probe.
651
                                                                              // Useful to retract a deployable Z probe.
652
 
652
 
653
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
662
 
662
 
663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
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 View File

637
   //    |           |
637
   //    |           |
638
   //    O-- FRONT --+
638
   //    O-- FRONT --+
639
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645
 
645
 
651
                                                                              // Useful to retract a deployable Z probe.
651
                                                                              // Useful to retract a deployable Z probe.
652
 
652
 
653
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
662
 
662
 
663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
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 View File

637
   //    |           |
637
   //    |           |
638
   //    O-- FRONT --+
638
   //    O-- FRONT --+
639
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
644
   #define XY_TRAVEL_SPEED 4000         // X and Y axis travel speed between probes, in mm/min.
645
 
645
 
651
                                                                              // Useful to retract a deployable Z probe.
651
                                                                              // Useful to retract a deployable Z probe.
652
 
652
 
653
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
657
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
662
 
662
 
663
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
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 View File

642
                                                                              // Useful to retract a deployable Z probe.
642
                                                                              // Useful to retract a deployable Z probe.
643
 
643
 
644
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
648
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
653
 
653
 
654
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // Allen key retractable Z probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
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 View File

629
   //    |           |
629
   //    |           |
630
   //    O-- FRONT --+
630
   //    O-- FRONT --+
631
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 7000         // X and Y axis travel speed between probes, in mm/min.
636
   #define XY_TRAVEL_SPEED 7000         // X and Y axis travel speed between probes, in mm/min.
637
 
637
 
644
                                                                             // Useful to retract a deployable Z probe.
644
                                                                             // Useful to retract a deployable Z probe.
645
 
645
 
646
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
650
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
655
 
655
 
656
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

601
   //    |           |
601
   //    |           |
602
   //    O-- FRONT --+
602
   //    O-- FRONT --+
603
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
608
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
609
 
609
 
615
                                                                              // Useful to retract a deployable Z probe.
615
                                                                              // Useful to retract a deployable Z probe.
616
 
616
 
617
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
621
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
626
 
626
 
627
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
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 View File

588
   //    |           |
588
   //    |           |
589
   //    O-- FRONT --+
589
   //    O-- FRONT --+
590
   //  (0,0)
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
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
595
   #define XY_TRAVEL_SPEED 8000         // X and Y axis travel speed between probes, in mm/min.
596
 
596
 
602
                                                                              // Useful to retract a deployable Z probe.
602
                                                                              // Useful to retract a deployable Z probe.
603
 
603
 
604
   // Probes are sensors/switches that need to be activated before they can be used
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
   // Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, ... . You have to activate one of these for the AUTO_BED_LEVELING_FEATURE
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
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
608
   // A fix mounted probe, like the normal inductive probe, must be deactivated to go below Z_PROBE_OFFSET_FROM_EXTRUDER
613
 
613
 
614
   // An Allen Key Probe is currently predefined only in the delta example configurations.
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
   //#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
   //#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
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,
620
   // If you've enabled AUTO_BED_LEVELING_FEATURE and are using the Z Probe for Z Homing,

Loading…
Cancel
Save