Skip to content

Commit 9e7af81

Browse files
committed
?? Also fix XY2-Pro ??
See #902
1 parent daf80c9 commit 9e7af81

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/examples/Tronxy/XY2-Pro/Configuration.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
#define V_MAX_ENDSTOP_HIT_STATE HIGH
12981298
#define W_MIN_ENDSTOP_HIT_STATE HIGH
12991299
#define W_MAX_ENDSTOP_HIT_STATE HIGH
1300-
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE HIGH
1300+
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW
13011301

13021302
// Enable this feature if all enabled endstop pins are interrupt-capable.
13031303
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
@@ -1345,7 +1345,7 @@
13451345
* Override with M92 (when enabled below)
13461346
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
13471347
*/
1348-
#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 764 } //values taken from https://github.com/rhapsodyv/Marlin/
1348+
#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 186 } // from https://github.com/rhapsodyv/Marlin/
13491349

13501350
/**
13511351
* Enable support for M92. Disable to save at least ~530 bytes of flash.
@@ -1455,10 +1455,10 @@
14551455
* The probe replaces the Z-MIN endstop and is used for Z homing.
14561456
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
14571457
*/
1458-
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
1458+
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
14591459

14601460
// Force the use of the probe for Z-axis homing
1461-
//#define USE_PROBE_FOR_Z_HOMING
1461+
#define USE_PROBE_FOR_Z_HOMING
14621462

14631463
/**
14641464
* Z_MIN_PROBE_PIN
@@ -1889,7 +1889,7 @@
18891889
// @section extruder
18901890

18911891
// For direct drive extruder v9 set to true, for geared extruder set to false.
1892-
#define INVERT_E0_DIR true
1892+
#define INVERT_E0_DIR false
18931893
#define INVERT_E1_DIR false
18941894
#define INVERT_E2_DIR false
18951895
#define INVERT_E3_DIR false

0 commit comments

Comments
 (0)