Browse Source

Merge pull request #1488 from Wurstnase/Development

Bedleveling: X and Y must be Integers not Float!
Scott Lahteine 9 years ago
parent
commit
d75cd69de4
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Documentation/BedLeveling.md

+ 3
- 3
Documentation/BedLeveling.md View File

@@ -60,9 +60,9 @@ My preferred method:
60 60
 * g) You can raise the z probe with M402 command;
61 61
 * h) Fill the defines bellow multiplying the values by "-1" (just change the signal)
62 62
 
63
-
64
-* \#define X_PROBE_OFFSET_FROM_EXTRUDER -24.3
65
-* \#define Y_PROBE_OFFSET_FROM_EXTRUDER 31.4
63
+* X and Y-Offset must be Integers!
64
+* \#define X_PROBE_OFFSET_FROM_EXTRUDER -24
65
+* \#define Y_PROBE_OFFSET_FROM_EXTRUDER 31
66 66
 * \#define Z_PROBE_OFFSET_FROM_EXTRUDER -5.1
67 67
 
68 68
 Sled Option Notes

Loading…
Cancel
Save