|
@@ -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
|