Quote Originally Posted by dacb View Post
I have merged to the upstream Marlin_v1 with this commit: https://github.com/beckdac/Marlin/co...29b5184dab6fd0
and added the topology report fix, previously mentioned.

It is on a new branch: https://github.com/beckdac/Marlin/tr..._merge_11_2014

This is for the adventurous. I've only done a handful of prints so far.

I have a problem with leveling on latest branch on my makerfarm i3 8".

SETTINGS:
--------------------

// set the rectangle in which to probe
#define LEFT_PROBE_BED_POSITION 50
#define RIGHT_PROBE_BED_POSITION 150
#define BACK_PROBE_BED_POSITION 150
#define FRONT_PROBE_BED_POSITION 50



GCODE:
--------------------

...
G28 ;move X/Y to min endstops
G29 V4 T n3 ;extended auto bed leveling
...


PROBLEM PHOTO:
--------------------

IMG_3693.jpg



PS:
with latest Marlin (upstream_merge_11_2014) I found new menu item: "Menu - Prepare - Set home offsets", what is it?