_MIN_ENDSTOP_INVERTING redefinition in variant files (constant -> define)

This commit is contained in:
Robert Pelnar 2018-05-21 23:28:28 +02:00
parent 476a712893
commit 8573b65b05
5 changed files with 15 additions and 15 deletions

View file

@ -42,9 +42,9 @@ AXIS SETTINGS
// Endstop inverting
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define X_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
// Direction inverting
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true

View file

@ -42,9 +42,9 @@ AXIS SETTINGS
// Endstop inverting
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define X_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
// Direction inverting
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true

View file

@ -38,9 +38,9 @@
#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,133}
// Endstop inverting
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define X_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
// Direction inverting
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true

View file

@ -38,9 +38,9 @@
#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,133}
// Endstop inverting
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define X_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
// Direction inverting
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true

View file

@ -39,9 +39,9 @@
//#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,560}
// Endstop inverting
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
#define X_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING 0 // set to true to invert the logic of the endstop.
// Direction inverting
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true