Quote
Marcus.Couceiro
Ok, got lost again.
Set #define Z_PROBE_OFFSET_FROM_EXTRUDER 0 // Z offset: -below [the nozzle], sent a G29 command and waited for the result (only one point to speed up the process). Got 18.78mm. Added 3.5mm to this and sent M851 Z-22.28, M500 and then a M501 to make sure it was saved.
Marcus
Let's Try it this way!
First, Read Firmware Defaults : Send M502
Second, Set Your New Z values : Send M851 Z-22.28
Third, Save settings to EEProm : Send M500
Optional
Forth, Restore Settings from EEProm : Send M501
Fifth, Report Settings From EEProm : Send M503
Sample of my M503 below
Send: M503 Recv: echo: G21 ; Units in mm Recv: echo: M149 C ; Units in Celsius Recv: Recv: echo: Filament settings: Disabled Recv: echo: M200 D1.75 Recv: echo: M200 D0 Recv: echo: Steps per unit: Recv: echo: M92 X80.00 Y80.00 Z1600.00 E94.50 Recv: echo: Maximum feedrates (units/s): Recv: echo: M203 X200.00 Y200.00 Z5.00 E25.00 Recv: echo: Maximum Acceleration (units/s2): Recv: echo: M201 X3000 Y3000 Z100 E3000 Recv: echo: Acceleration (units/s2): P R T Recv: echo: M204 P3000.00 R3000.00 T3000.00 Recv: echo: Advanced: S T B X Z E Recv: echo: M205 S0.00 T0.00 B20000 X5.00 Y5.00 Z0.40 E5.00 Recv: echo: Home offset: Recv: echo: M206 X0.00 Y0.00 Z0.00 Recv: echo: Auto Bed Leveling: Recv: echo: M420 S0 Z10.00 Recv: echo: Material heatup parameters: Recv: echo: M145 S0 H199 B45 F0 Recv: echo: M145 S1 H228 B96 F0 Recv: echo: PID settings: Recv: echo: M301 P22.20 I1.08 D114.00 Recv: echo: Z-Probe Offset (mm): Recv: echo: M851 Z-0.50