|
|
|
|
700
|
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
|
700
|
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
|
701
|
#define X_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
701
|
#define X_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
702
|
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
702
|
#define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
703
|
-#define Z_MIN_ENDSTOP_INVERTING (ANYCUBIC_PROBE_VERSION + 0 == 2) // V1 is NC, V2 is NO
|
|
|
|
|
703
|
+#define Z_MIN_ENDSTOP_INVERTING (ANYCUBIC_PROBE_VERSION + 0 == 1) // V1 is NO, V2 is NC
|
704
|
#define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
704
|
#define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
705
|
#define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
705
|
#define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
706
|
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|
706
|
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
|