Custom XY motion system

Basic Information:

Printer Model: Custom
MCU / Printerboard: IDK yet
klippy.log none

I have an idea for an XY motion system which would be different from coreXY. In coreXY when one motor moves the printhead moves diagonally. In my design it would move on a curve of a constant radius. Would it be trivial to get it to work on Klipper or very difficult?

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:

At least this sounds interesting.
But how should it move in a curve/constant radius if only one motor is turning? :face_with_raised_eyebrow:

This mainly depends if you are able to do it yourself or if you expect to have it implemented.
You may want to refer to Code overview - Klipper documentation and in particular the chapter " Adding new kinematics"