How move a motor, not an axis

Try this here in the console:

STEPPER_BUZZ STEPPER=stepper_x

If you want to test the feeder motor it is called via

STEPPER_BUZZ STEPPER=extruder

If you have more than one Z axes or feeder than call the respective motors via stepper_z1 or stepper_z2

Look here as well: G-Codes - Klipper documentation

1 Like