Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12090

Re: Z height wrong after z probing

$
0
0
Yes i Have a dual extruder

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

Viewing all articles
Browse latest Browse all 12090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>