Set correct z_homing offsets

This commit is contained in:
Thomas Basler 2020-02-22 14:50:18 +01:00
parent 184d79e19c
commit 694fa9e53b
1 changed files with 2 additions and 2 deletions

View File

@ -1483,11 +1483,11 @@
* | [-] |
* O-- FRONT --+
*/
#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -18.0 }
// 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 0
// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)