How move a motor, not an axis

Basic Information:

Printer Model: RatRig Vcore3
MCU / Printerboard: Octopus Pro
klippy.log - Not necesary

Hi,

After installing some modifications, I want to try to move a specific motor… Not to move an axis, since being a coreXY the two motors move.

I just want a motor to turn…

Can this be done?

How would it be done?

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