X and Y must be Integers not Float!

https://github.com/Wurstnase/Marlin/blob/Development/Marlin/Configuration.h#L427
This commit is contained in:
Wurstnase 2015-02-10 09:00:48 +01:00
parent 32d4dd073f
commit 4546c92f5b

View File

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