diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e25337569f1d..93fcb159193d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1592,7 +1592,7 @@ #define PROBING_MARGIN 10 // X and Y axis travel speed (mm/min) between probes -#define XY_PROBE_FEEDRATE (100*60) +#define XY_PROBE_FEEDRATE (200*60) // Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2) #define Z_PROBE_FEEDRATE_FAST (4*60) @@ -1645,7 +1645,7 @@ * A total of 2 does fast/slow probes with a weighted average. * A total of 3 or more adds more slow probes, taking the average. */ -#define MULTIPLE_PROBING 3 +#define MULTIPLE_PROBING 2 #define EXTRA_PROBING 1 /** diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 034aa8a82f5f..25c7e7d8706b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3308,7 +3308,7 @@ /** * Step on both rising and falling edge signals (as with a square wave). */ - //#define EDGE_STEPPING + #define EDGE_STEPPING /** * Enable M122 debugging command for TMC stepper drivers.