Browse Source

Merge pull request #5856 from thinkyhead/rc_fix_bad_comment

Remove non-applicable comment on MANUAL_Z_HOME_POS
Scott Lahteine 8 years ago
parent
commit
cfdc189796

+ 1
- 1
Marlin/Configuration.h View File

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

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

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

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

853
 // For DELTA this is the top-center of the Cartesian print volume.
853
 // For DELTA this is the top-center of the Cartesian print volume.
854
 //#define MANUAL_X_HOME_POS 0
854
 //#define MANUAL_X_HOME_POS 0
855
 //#define MANUAL_Y_HOME_POS 0
855
 //#define MANUAL_Y_HOME_POS 0
856
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
856
+//#define MANUAL_Z_HOME_POS 0
857
 
857
 
858
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
858
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
859
 //
859
 //

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

853
 // For DELTA this is the top-center of the Cartesian print volume.
853
 // For DELTA this is the top-center of the Cartesian print volume.
854
 //#define MANUAL_X_HOME_POS 0
854
 //#define MANUAL_X_HOME_POS 0
855
 //#define MANUAL_Y_HOME_POS 0
855
 //#define MANUAL_Y_HOME_POS 0
856
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
856
+//#define MANUAL_Z_HOME_POS 0
857
 
857
 
858
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
858
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
859
 //
859
 //

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

862
 // For DELTA this is the top-center of the Cartesian print volume.
862
 // For DELTA this is the top-center of the Cartesian print volume.
863
 //#define MANUAL_X_HOME_POS 0
863
 //#define MANUAL_X_HOME_POS 0
864
 //#define MANUAL_Y_HOME_POS 0
864
 //#define MANUAL_Y_HOME_POS 0
865
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
865
+//#define MANUAL_Z_HOME_POS 0
866
 
866
 
867
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
867
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
868
 //
868
 //

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

864
 // For DELTA this is the top-center of the Cartesian print volume.
864
 // For DELTA this is the top-center of the Cartesian print volume.
865
 //#define MANUAL_X_HOME_POS 0
865
 //#define MANUAL_X_HOME_POS 0
866
 //#define MANUAL_Y_HOME_POS 0
866
 //#define MANUAL_Y_HOME_POS 0
867
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
867
+//#define MANUAL_Z_HOME_POS 0
868
 
868
 
869
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
869
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
870
 //
870
 //

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

899
 // For DELTA this is the top-center of the Cartesian print volume.
899
 // For DELTA this is the top-center of the Cartesian print volume.
900
 //#define MANUAL_X_HOME_POS 0
900
 //#define MANUAL_X_HOME_POS 0
901
 //#define MANUAL_Y_HOME_POS 0
901
 //#define MANUAL_Y_HOME_POS 0
902
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
902
+//#define MANUAL_Z_HOME_POS 0
903
 
903
 
904
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
904
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
905
 //
905
 //

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

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

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

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

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

869
 // For DELTA this is the top-center of the Cartesian print volume.
869
 // For DELTA this is the top-center of the Cartesian print volume.
870
 //#define MANUAL_X_HOME_POS 0
870
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_Y_HOME_POS 0
871
 //#define MANUAL_Y_HOME_POS 0
872
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
872
+//#define MANUAL_Z_HOME_POS 0
873
 
873
 
874
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
874
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 //
875
 //

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

885
 // For DELTA this is the top-center of the Cartesian print volume.
885
 // For DELTA this is the top-center of the Cartesian print volume.
886
 #define MANUAL_X_HOME_POS -22
886
 #define MANUAL_X_HOME_POS -22
887
 #define MANUAL_Y_HOME_POS -52
887
 #define MANUAL_Y_HOME_POS -52
888
-#define MANUAL_Z_HOME_POS 0.1 // Distance between the nozzle to printbed after homing
888
+#define MANUAL_Z_HOME_POS 0.1
889
 
889
 
890
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
890
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
891
 //
891
 //

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

891
 // For DELTA this is the top-center of the Cartesian print volume.
891
 // For DELTA this is the top-center of the Cartesian print volume.
892
 //#define MANUAL_X_HOME_POS 0
892
 //#define MANUAL_X_HOME_POS 0
893
 //#define MANUAL_Y_HOME_POS 0
893
 //#define MANUAL_Y_HOME_POS 0
894
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
894
+//#define MANUAL_Z_HOME_POS 0
895
 
895
 
896
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
896
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
897
 //
897
 //

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

862
 // For DELTA this is the top-center of the Cartesian print volume.
862
 // For DELTA this is the top-center of the Cartesian print volume.
863
 //#define MANUAL_X_HOME_POS 0
863
 //#define MANUAL_X_HOME_POS 0
864
 //#define MANUAL_Y_HOME_POS 0
864
 //#define MANUAL_Y_HOME_POS 0
865
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
865
+//#define MANUAL_Z_HOME_POS 0
866
 
866
 
867
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
867
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
868
 //
868
 //

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

870
 // For DELTA this is the top-center of the Cartesian print volume.
870
 // For DELTA this is the top-center of the Cartesian print volume.
871
 //#define MANUAL_X_HOME_POS 0
871
 //#define MANUAL_X_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
872
 //#define MANUAL_Y_HOME_POS 0
873
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
873
+//#define MANUAL_Z_HOME_POS 0
874
 
874
 
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
875
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
876
 //
876
 //

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

873
 // For DELTA this is the top-center of the Cartesian print volume.
873
 // For DELTA this is the top-center of the Cartesian print volume.
874
 //#define MANUAL_X_HOME_POS 0
874
 //#define MANUAL_X_HOME_POS 0
875
 //#define MANUAL_Y_HOME_POS 0
875
 //#define MANUAL_Y_HOME_POS 0
876
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
876
+//#define MANUAL_Z_HOME_POS 0
877
 
877
 
878
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
878
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
879
 //
879
 //

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

866
 // For DELTA this is the top-center of the Cartesian print volume.
866
 // For DELTA this is the top-center of the Cartesian print volume.
867
 //#define MANUAL_X_HOME_POS 0
867
 //#define MANUAL_X_HOME_POS 0
868
 //#define MANUAL_Y_HOME_POS 0
868
 //#define MANUAL_Y_HOME_POS 0
869
-//#define MANUAL_Z_HOME_POS 0 // Distance between the nozzle to printbed after homing
869
+//#define MANUAL_Z_HOME_POS 0
870
 
870
 
871
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
871
 // Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
872
 //
872
 //

Loading…
Cancel
Save