Welcome! Log In Create A New Profile

Advanced

M503 doesn't show Z-Offset

Posted by reach 
M503 doesn't show Z-Offset
May 23, 2021 03:44PM
Hi,
I have built Marlin using the stabile 2.0.8 code and the corresponding sample config for the Artillery Sidewinder X1. Both from the Github repository.
Everthing works so far, also the Babysteps feature. However, the terminal doesn't show me the Z-offset. The babysteps are physically applied, but not shown in the M503 output.

I'm entering

Send: M290 Z-1.23
Recv: ok


With the custom built FW it looks like this:

Send: M503
Recv: echo: G21 ; Units in mm (mm)
Recv:
Recv: echo:; Filament settings: Disabled
Recv: echo: M200 S0 D1.75
Recv: echo:; Steps per unit:
Recv: echo: M92 X80.12 Y80.12 Z399.78 E409.00
Recv: echo:; Maximum feedrates (units/s):
Recv: echo: M203 X300.00 Y300.00 Z50.00 E40.00
Recv: echo:; Maximum Acceleration (units/s2):
Recv: echo: M201 X2000.00 Y2000.00 Z100.00 E10000.00
Recv: echo:; Acceleration (units/s2): P R T
Recv: echo: M204 P800.00 R10000.00 T2000.00
Recv: echo:; Advanced: B S T J
Recv: echo: M205 B20000.00 S0.00 T0.00 J0.03
Recv: echo:; Home offset:
Recv: echo: M206 X0.00 Y0.00 Z0.00

it used to look like this:

Send: N623 M503*34
Recv: echo: G21 ; Units in mm (mm)
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 Z400.00 E445.00
Recv: echo:; Maximum feedrates (units/s):
Recv: echo: M203 X500.00 Y500.00 Z12.00 E120.00
Recv: echo:; Maximum Acceleration (units/s2):
Recv: echo: M201 X9000.00 Y9000.00 Z500.00 E10000.00
Recv: echo:; Acceleration (units/s2): P R T
Recv: echo: M204 P1500.00 R1500.00 T1500.00
Recv: echo:; Advanced: B S T X Y Z E
Recv: echo: M205 B20000.00 S0.00 T0.00 X10.00 Y10.00 Z0.20 E2.50
Recv: echo:; Home offset:
Recv: echo: M206 X0.00 Y0.00 Z0.00
Recv: echo:; PID settings:
Recv: echo: M301 P14.74 I0.99 D54.66
Recv: echo: M304 P244.21 I45.87 D325.08
Recv: echo:; Z-Probe Offset (mm):
Recv: echo: M851 X10.00 Y10.00 Z-1.23

Any clue which setting this might be?
I'm happy to provide more infos, like the build process I use, but I'm not sure this is needed. Kindly let me know if so. Thanks!

Edited 1 time(s). Last edit at 05/23/2021 03:45PM by reach.
Sorry, only registered users may post in this forum.

Click here to login