Yes i Have a dual extruder
I tested it again, but now i get another compile error
So I switched to only one extruder and it compiled fine.
after a normal homing I executed "G29 P0 T" the printer then probes but after probing i can't recognize any compensation.
In RC6 with grid bed leveling every move along X and Y affects the Z-axis slightly
I tested it again, but now i get another compile error
sketch/Marlin_main.cpp: In function 'void gcode_T(uint8_t)': Marlin_main.cpp:6248: error: 'class bed_leveling' has no member named 'active' if (bed_leveling_mesh.active()) { ^ Marlin_main.cpp:6251: error: 'xydiff' was not declared in this scope current_position[Z_AXIS] += bed_leveling_mesh.get_z_correction(xpos + xydiff[X_AXIS], ypos + xydiff[Y_AXIS]) - bed_leveling_mesh.get_z_correction(xpos, ypos); ^ Marlin_main.cpp:6259: error: 'xydiff' was not declared in this scope current_position[X_AXIS] += xydiff[X_AXIS]; ^ exit status 1 'class bed_leveling' has no member named 'active'
So I switched to only one extruder and it compiled fine.
after a normal homing I executed "G29 P0 T" the printer then probes but after probing i can't recognize any compensation.
In RC6 with grid bed leveling every move along X and Y affects the Z-axis slightly