Skip to content

Commit

Permalink
🚸 Safer probing margin
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 11, 2023
1 parent 860585b commit 4e6ef70
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A10D/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A10M/Stock LCD/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A10PRO/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A10T/Stock LCD/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (80*60)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (80*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A20/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A20M/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/A20T/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (80*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/GT2560/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/MeCreator2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/PI3A PRO/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/Prusa i3 Pro C/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Geeetech/Prusa i3 Pro W/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10
#define PROBING_MARGIN 13

// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)
Expand Down

0 comments on commit 4e6ef70

Please sign in to comment.