Something similar to Marlin's M92 command

You mean, the current kinematics? It is exported as printer.toolhead.stepper_kinematics as a map from stepper name to an array of x,y,z coefficients, e.g. you can read X axis scaling as printer.toolhead.stepper_kinematics['stepper x'][0] in a macro.

1 Like