Browse Source

remove confusing comment (#12120)

pull/1/head
Hannes Brandstätter-Müller 6 years ago
committed by Scott Lahteine
parent
commit
96bbda5d48
  1. 2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  2. 2
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  3. 2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  4. 2
      Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
  5. 2
      Marlin/src/config/examples/delta/generic/Configuration.h
  6. 2
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  7. 2
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h

2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h

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

2
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h

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

2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h

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

2
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h

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

2
Marlin/src/config/examples/delta/generic/Configuration.h

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

2
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

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

2
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

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

Loading…
Cancel
Save