Need Help in disabling Stepper motor Y axis

Basic Information:

Printer Model: Custom model
MCU / Printerboard:BTT SKR V1.4
klippy.log

klippy (1).log (115.3 KB)

want to disable Y axis in Klipper, though i removed Stepper Motor Y Section it is still asking for Stepper-Y.
it is for a custom project that just uses XZ axis. hence wanted to completely remove Y axis config, including Z movement restriction as Y is not homed

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

…

Not 100% sure but pretty confident that this is not going to work.
The expected axes are tied to the

[printer]
kinematics: ...

setting and probably Klipper will refuse to start if the respective axes that are needed for the given kinematics are not configured.

You can try if the special none kinematic will take you anywhere.

1 Like

Very unsure https://github.com/Klipper3d/klipper/blob/master/test/klippy/manual_stepper.cfg

Good luck, hcet14

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.