Merge pull request #1488 from Wurstnase/Development

Bedleveling: X and Y must be Integers not Float!
This commit is contained in:
Scott Lahteine 2015-02-10 16:02:55 -08:00
commit d75cd69de4

View File

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