Browse Source

Correct the comment about M206

Scott Lahteine 9 years ago
parent
commit
cda4bd4ad9

+ 1
- 1
Marlin/Configuration.h View File

@@ -696,7 +696,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
696 696
 // Servo Endstops
697 697
 //
698 698
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
699
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
699
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
700 700
 //
701 701
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
702 702
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

+ 1
- 1
Marlin/configurator/config/Configuration.h View File

@@ -740,7 +740,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
740 740
 // Servo Endstops
741 741
 //
742 742
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
743
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
743
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
744 744
 //
745 745
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
746 746
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -680,7 +680,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
680 680
 // Servo Endstops
681 681
 //
682 682
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
683
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
683
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
684 684
 //
685 685
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
686 686
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -680,7 +680,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
680 680
 // Servo Endstops
681 681
 //
682 682
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
683
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
683
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
684 684
 //
685 685
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
686 686
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -702,7 +702,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
702 702
 // Servo Endstops
703 703
 //
704 704
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
705
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
705
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
706 706
 //
707 707
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
708 708
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -708,7 +708,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
708 708
 // Servo Endstops
709 709
 //
710 710
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
711
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
711
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
712 712
 //
713 713
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
714 714
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -731,7 +731,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
731 731
 // Servo Endstops
732 732
 //
733 733
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
734
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
734
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
735 735
 //
736 736
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
737 737
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -701,7 +701,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
701 701
 // Servo Endstops
702 702
 //
703 703
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
704
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
704
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
705 705
 //
706 706
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
707 707
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -755,7 +755,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
755 755
 // Servo Endstops
756 756
 //
757 757
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
758
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
758
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
759 759
 //
760 760
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
761 761
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -759,7 +759,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
759 759
 // Servo Endstops
760 760
 //
761 761
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
762
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
762
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
763 763
 //
764 764
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
765 765
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -699,7 +699,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
699 699
 // Servo Endstops
700 700
 //
701 701
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
702
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
702
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
703 703
 //
704 704
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
705 705
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

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

@@ -705,7 +705,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
705 705
 // Servo Endstops
706 706
 //
707 707
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
708
-// Use M206 command to correct for switch height offset to actual nozzle height. Store that setting with M500.
708
+// Use M851 to set the z-probe vertical offset from the nozzle. Store that setting with M500.
709 709
 //
710 710
 //#define SERVO_ENDSTOPS {-1, -1, 0} // Servo index for X, Y, Z. Disable with -1
711 711
 //#define SERVO_ENDSTOP_ANGLES {0,0, 0,0, 70,0} // X,Y,Z Axis Extend and Retract angles

Loading…
Cancel
Save