|
1297 | 1297 | #define V_MAX_ENDSTOP_HIT_STATE HIGH |
1298 | 1298 | #define W_MIN_ENDSTOP_HIT_STATE HIGH |
1299 | 1299 | #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 |
1301 | 1301 |
|
1302 | 1302 | // Enable this feature if all enabled endstop pins are interrupt-capable. |
1303 | 1303 | // This will remove the need to poll the interrupt pins, saving many CPU cycles. |
|
1345 | 1345 | * Override with M92 (when enabled below) |
1346 | 1346 | * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] |
1347 | 1347 | */ |
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/ |
1349 | 1349 |
|
1350 | 1350 | /** |
1351 | 1351 | * Enable support for M92. Disable to save at least ~530 bytes of flash. |
|
1455 | 1455 | * The probe replaces the Z-MIN endstop and is used for Z homing. |
1456 | 1456 | * (Automatically enables USE_PROBE_FOR_Z_HOMING.) |
1457 | 1457 | */ |
1458 | | -#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN |
| 1458 | +//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN |
1459 | 1459 |
|
1460 | 1460 | // Force the use of the probe for Z-axis homing |
1461 | | -//#define USE_PROBE_FOR_Z_HOMING |
| 1461 | +#define USE_PROBE_FOR_Z_HOMING |
1462 | 1462 |
|
1463 | 1463 | /** |
1464 | 1464 | * Z_MIN_PROBE_PIN |
|
1889 | 1889 | // @section extruder |
1890 | 1890 |
|
1891 | 1891 | // 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 |
1893 | 1893 | #define INVERT_E1_DIR false |
1894 | 1894 | #define INVERT_E2_DIR false |
1895 | 1895 | #define INVERT_E3_DIR false |
|
0 commit comments