|
@@ -614,7 +614,7 @@
|
|
|
* Override with M92
|
|
* Override with M92
|
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
|
|
|
*/
|
|
*/
|
|
|
-#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 100 }
|
|
|
|
|
|
|
+#define DEFAULT_AXIS_STEPS_PER_UNIT { 100, 100, 400, 391 }
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Default Max Feed Rate (mm/s)
|
|
* Default Max Feed Rate (mm/s)
|
|
@@ -860,7 +860,7 @@
|
|
|
// @section extruder
|
|
// @section extruder
|
|
|
|
|
|
|
|
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
|
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
|
|
-#define INVERT_E0_DIR false
|
|
|
|
|
|
|
+#define INVERT_E0_DIR true
|
|
|
#define INVERT_E1_DIR false
|
|
#define INVERT_E1_DIR false
|
|
|
#define INVERT_E2_DIR false
|
|
#define INVERT_E2_DIR false
|
|
|
#define INVERT_E3_DIR false
|
|
#define INVERT_E3_DIR false
|
|
@@ -1036,8 +1036,8 @@
|
|
|
//#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)
|
|
//#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)
|
|
|
//remy
|
|
//remy
|
|
|
#define LEFT_PROBE_BED_POSITION 20
|
|
#define LEFT_PROBE_BED_POSITION 20
|
|
|
- #define RIGHT_PROBE_BED_POSITION 200
|
|
|
|
|
- #define BACK_PROBE_BED_POSITION 200
|
|
|
|
|
|
|
+ #define RIGHT_PROBE_BED_POSITION 180
|
|
|
|
|
+ #define BACK_PROBE_BED_POSITION 180
|
|
|
#define FRONT_PROBE_BED_POSITION 20
|
|
#define FRONT_PROBE_BED_POSITION 20
|
|
|
|
|
|
|
|
// Probe along the Y axis, advancing X after each column
|
|
// Probe along the Y axis, advancing X after each column
|