Hello
I managed to find a good solution by applying extruder offset settings via setting g-code strings to the printer.
You can sen g-code lines to printer with repetetier host.
1. send command "M218" -> it will return your current extruder offsets and using that information you can calculate your new offsets.
2. send command "M218 T<extruder_number> X<offset_on_X> Y<offset_on_Y>" (where T=0 is extruder 1 and T=1 is extruder 2. Offsets seperated by point for example T1 X32.00 Y0.50)
3. Verify that you have correct numbers by sending "M218" again.
5. Save settings to EEPROM by command M500
6. Remember to erase all extruder offsets froms slic3r / cura etc.
Here's more comprehensive post about g-code commands:
http://www.marlinfirmware.org/index.php ... _in_Marlin
(also a disclaimer that use this at your own risk I won't take any guarantee how this works in every case but it worked in mine)
So now my extruder heads are aligned and next to start battling the big oozing issue I have with these nozzles!
p.s. and yes Mark I have leveled my extruder heads
