Commit 4fa8148a authored by MagoKimbra's avatar MagoKimbra

Update BedLeveling.md

parent ad4f6181
...@@ -71,12 +71,11 @@ My preferred method: ...@@ -71,12 +71,11 @@ 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
----------------- -----------------
The sled option uses an electromagnet to attach and detach to/from the X carriage. See http://www.thingiverse.com/thing:396692 for more details on how to print and install this feature. It uses the same connections as the servo option. The sled option uses an electromagnet to attach and detach to/from the X carriage. See http://www.thingiverse.com/thing:396692 for more details on how to print and install this feature. It uses the same connections as the servo option.
...@@ -114,4 +113,4 @@ For example, suppose you measured the endstop position and it was 20mm to the ri ...@@ -114,4 +113,4 @@ For example, suppose you measured the endstop position and it was 20mm to the ri
* \#define Y_PROBE_OFFSET_FROM_EXTRUDER 10 * \#define Y_PROBE_OFFSET_FROM_EXTRUDER 10
* \#define Z_PROBE_OFFSET_FROM_EXTRUDER 2.75 * \#define Z_PROBE_OFFSET_FROM_EXTRUDER 2.75
That's it.. enjoy never having to calibrate your Z endstop neither leveling your bed by hand anymore ;-) That's it.. enjoy never having to calibrate your Z endstop neither leveling your bed by hand anymore ;-)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment