Klipper: Force movement of a stepper motor

While setting up a new board on my 3D Printer, i had the requirement to run a move of a stepper without homing first. Initially i added the following directive to the printer.cfg of klipper: 1 2 [force_move] enable_force_move: True but that didn’t help until I manually set a kinematic position through the console: 1 SET_KINEMATIC_POSITION X=10 Y=10 Z=10 Which is as per documentation  perfectly correct. Nevertheless I wanted to move without any previous checks or settings....

BIGTREETECH EBB36 stepper pinout

When i received the EBB36* of BIGTREETECH i slowly built up all the connections towards my existing hardware of the Ender 3v2. One information that was missing was the stepper pinout. The manual  specifies the port as “E-Motor” but doesn’t show the details. You could derive it from the schematics  but still isn’t very visual. I finally found it here  on github: 1 2 3 _____________________ | B2 | B1 | A1 | A2 | |_ ___________ _| Or more visually (please crosscheck the colors with your extruder of choice!...