Open DaVincIan opened 5 years ago
Here is my mesh data:
18:09:29.845 : Measured points: 18:09:29.853 : 0 1 2 3 4 5 6 7 8 18:09:29.862 : 0 -0.31875 -0.33875 -0.36375 -0.38375 -0.42875 -0.47250 -0.49375 -0.47250 -0.41375 18:09:29.867 : 1 -0.28500 -0.30375 -0.30625 -0.34750 -0.37750 -0.42500 -0.44000 -0.43375 -0.36625 18:09:29.876 : 2 +0.01125 -0.00375 -0.03000 -0.04375 -0.05875 -0.12875 -0.17625 -0.19625 -0.14875 18:09:29.881 : 3 +0.11500 +0.08625 +0.05875 +0.02146 +0.00375 -0.08125 -0.08601 -0.08875 -0.05125 18:09:29.889 : 4 +0.00125 -0.02750 -0.03000 -0.04750 -0.10750 -0.15000 -0.18250 -0.17500 -0.10125 18:09:29.898 : 5 -0.09375 -0.09750 -0.09250 -0.14875 -0.16375 -0.24750 -0.26625 -0.28500 -0.24500 18:09:29.903 : 6 -0.12125 -0.15875 -0.17250 -0.17125 -0.23625 -0.29250 -0.31875 -0.35250 -0.32750 18:09:29.912 : 7 -0.19500 -0.24500 -0.27125 -0.30250 -0.35182 -0.37125 -0.44750 -0.44759 -0.45250 18:09:29.920 : 8 -0.11875 -0.23625 -0.28625 -0.30375 -0.33125 -0.38500 -0.44750 -0.50125 -0.46125 18:09:29.925 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X:0 B:0 Z:0 18:09:30.059 : echo:Settings Stored (1140 bytes; crc 16877)
My X-Y core printer, with a BL Touch probe is configured for Mesh bed leveling:
============================= Z Probe Options =============================
=============================== Bed Leveling ==============================
Set the boundaries for probing (where the probe can reach).
The procedure to perform/gather the bed leveling data performs as expected. It is stored into EEPROM (M500), and I can view/confirm the bed leveling data matrix and status (G29 S0).
I'm using Repetier Host, with Robin2 V1.0.2 firmware
The problem is when I print, no bed leveling/correction is taking place. As an exaggerated example: Bed leveling disabled: Z at X3 Y3 = 0 Z at X200 Y200 = 1
Bed leveling activated: Z at X3 Y3 = 0 Z at X200 Y200 = 1 when Z should be at X200 Y200 = 0 (Obviously I've given the ideal theoretical example)
To summarize, my Z error with bed leveling active and not active is the same.