Fixes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -943,7 +943,7 @@
|
||||
#define MIN_PROBE_EDGE 10
|
||||
|
||||
// X and Y axis travel speed (mm/m) between probes
|
||||
#define XY_PROBE_SPEED 8000
|
||||
#define XY_PROBE_SPEED 5000
|
||||
|
||||
// Feedrate (mm/m) for the first approach when double-probing (MULTIPLE_PROBING == 2)
|
||||
#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
|
||||
@@ -1318,11 +1318,11 @@
|
||||
*/
|
||||
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL)
|
||||
#define PROBE_PT_1_X 50
|
||||
#define PROBE_PT_1_Y 265
|
||||
#define PROBE_PT_2_X 265
|
||||
#define PROBE_PT_2_Y 265
|
||||
#define PROBE_PT_3_X 50
|
||||
#define PROBE_PT_3_Y 265
|
||||
#define PROBE_PT_1_Y 250
|
||||
#define PROBE_PT_2_X 250
|
||||
#define PROBE_PT_2_Y 250
|
||||
#define PROBE_PT_3_X 250
|
||||
#define PROBE_PT_3_Y 50
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -133,11 +133,11 @@
|
||||
#define Y_CS_PIN 49
|
||||
#endif
|
||||
|
||||
#define Z_STEP_PIN 46
|
||||
#define Z_DIR_PIN 48
|
||||
#define Z_ENABLE_PIN 62
|
||||
#ifndef Z_CS_PIN
|
||||
#define Z_CS_PIN 40
|
||||
#define E1_STEP_PIN 46
|
||||
#define E1_DIR_PIN 48
|
||||
#define E1_ENABLE_PIN 62
|
||||
#ifndef E1_CS_PIN
|
||||
#define E1_CS_PIN 40
|
||||
#endif
|
||||
|
||||
#define E0_STEP_PIN 26
|
||||
@@ -147,11 +147,11 @@
|
||||
#define E0_CS_PIN 42
|
||||
#endif
|
||||
|
||||
#define E1_STEP_PIN 36
|
||||
#define E1_DIR_PIN 34
|
||||
#define E1_ENABLE_PIN 30
|
||||
#ifndef E1_CS_PIN
|
||||
#define E1_CS_PIN 44
|
||||
#define Z_STEP_PIN 36
|
||||
#define Z_DIR_PIN 34
|
||||
#define Z_ENABLE_PIN 30
|
||||
#ifndef Z_CS_PIN
|
||||
#define Z_CS_PIN 44
|
||||
#endif
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user