Browse Source

remove confusing comment (#12120)

Hannes Brandstätter-Müller 6 years ago
parent
commit
96bbda5d48

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

1027
 // @section machine
1027
 // @section machine
1028
 
1028
 
1029
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1029
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1030
-#define INVERT_X_DIR true // DELTA does not invert
1030
+#define INVERT_X_DIR true 
1031
 #define INVERT_Y_DIR true
1031
 #define INVERT_Y_DIR true
1032
 #define INVERT_Z_DIR true
1032
 #define INVERT_Z_DIR true
1033
 
1033
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h View File

1026
 // @section machine
1026
 // @section machine
1027
 
1027
 
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1029
-#define INVERT_X_DIR true // DELTA does not invert
1029
+#define INVERT_X_DIR true 
1030
 #define INVERT_Y_DIR true
1030
 #define INVERT_Y_DIR true
1031
 #define INVERT_Z_DIR true
1031
 #define INVERT_Z_DIR true
1032
 
1032
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

1026
 // @section machine
1026
 // @section machine
1027
 
1027
 
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1029
-#define INVERT_X_DIR true // DELTA does not invert
1029
+#define INVERT_X_DIR true 
1030
 #define INVERT_Y_DIR true
1030
 #define INVERT_Y_DIR true
1031
 #define INVERT_Z_DIR true
1031
 #define INVERT_Z_DIR true
1032
 
1032
 

+ 1
- 1
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h View File

1029
 // @section machine
1029
 // @section machine
1030
 
1030
 
1031
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1031
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1032
-#define INVERT_X_DIR false // DELTA does not invert
1032
+#define INVERT_X_DIR false 
1033
 #define INVERT_Y_DIR false
1033
 #define INVERT_Y_DIR false
1034
 #define INVERT_Z_DIR false
1034
 #define INVERT_Z_DIR false
1035
 
1035
 

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

1014
 // @section machine
1014
 // @section machine
1015
 
1015
 
1016
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1016
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1017
-#define INVERT_X_DIR false // DELTA does not invert
1017
+#define INVERT_X_DIR false 
1018
 #define INVERT_Y_DIR false
1018
 #define INVERT_Y_DIR false
1019
 #define INVERT_Z_DIR false
1019
 #define INVERT_Z_DIR false
1020
 
1020
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

1016
 // @section machine
1016
 // @section machine
1017
 
1017
 
1018
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1018
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1019
-#define INVERT_X_DIR false // DELTA does not invert
1019
+#define INVERT_X_DIR false 
1020
 #define INVERT_Y_DIR false
1020
 #define INVERT_Y_DIR false
1021
 #define INVERT_Z_DIR false
1021
 #define INVERT_Z_DIR false
1022
 
1022
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

1017
 // @section machine
1017
 // @section machine
1018
 
1018
 
1019
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1019
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1020
-#define INVERT_X_DIR false // DELTA does not invert
1020
+#define INVERT_X_DIR false 
1021
 #define INVERT_Y_DIR false
1021
 #define INVERT_Y_DIR false
1022
 #define INVERT_Z_DIR false
1022
 #define INVERT_Z_DIR false
1023
 
1023
 

Loading…
Cancel
Save