Skip to content

Commit

Permalink
enable edge stepping, speed up probing
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxTheWolf committed Feb 4, 2024
1 parent b0a09af commit 8685666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

/**
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8685666

Please sign in to comment.