Skip to content
Snippets Groups Projects
Commit 63da6900 authored by Bo Herrmannsen's avatar Bo Herrmannsen
Browse files

Merge pull request #1282 from vandarin/Development

Due to the fix for #1248, X and Y probe offsets must not be floats.
parents a18b6255 2701dd8a
No related branches found
No related tags found
No related merge requests found
...@@ -392,6 +392,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of ...@@ -392,6 +392,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe) // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
// X and Y offsets must be integers
#define X_PROBE_OFFSET_FROM_EXTRUDER -25 #define X_PROBE_OFFSET_FROM_EXTRUDER -25
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29 #define Y_PROBE_OFFSET_FROM_EXTRUDER -29
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35 #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment