Z_tilt is a great feature, but it doesn’t work if the probe packs up, which mine has done for the moment.
Is there a command to wind the Z motors up and down individually?
I’m sure there is, I just can’t find it.
i think the force movement will do the trick.
-
FORCE_MOVE STEPPER=<config_name> DISTANCE=<value> VELOCITY=<value> [ACCEL=<value>]
: This command will forcibly move the given stepper the given distance (in mm) at the given constant velocity (in mm/s). If ACCEL is specified and is greater than zero, then the given acceleration (in mm/s^2) will be used; otherwise no acceleration is performed. No boundary checks are performed; no kinematic updates are made; other parallel steppers on an axis will not be moved. Use caution as an incorrect command could cause damage! Using this command will almost certainly place the low-level kinematics in an incorrect state; issue a G28 afterwards to reset the kinematics. This command is intended for low-level diagnostics and debugging.
Great. Thank you.
In case anybody else comes along with the same problem, you first need to enable it in the config. (I knew this, but had a little trouble finding the relevant section).
[force_move]
enable_force_move: True