Printer Model: Voron 2.4 converted to a custom idex setup
MCU / Printerboard: BTT Octopus Pro v1.1 and nithawk 36 toolhead
Host / SBC: BTT Pi 2 klippy.log (48.2 KB)
Describe your issue:
I have a strange setup so I am trying to configure klipper with generic cartesian kinematics. But I keep getting the error “Option ‘endstop_pin’ in section ‘carriage x’ must be specified” even though it is specified in the config. Can anyone figure out why it’s erroring. Its not because of the virtual endstop because it errors even with normal gpio pins.
Hi, definitions are different for generic cartesian setups, as steppers and carriages are defined separately, so your config wouldn’t work for this. As for the error it provides little guidance, as my carriage definition already includes an endstop pin:
Your log indicates that you are running a version of the Klipper software that pre-dates the [carriage carriage_x] with axis: x support. You’ll either need to update the software to the latest (the new config format was only added a few days ago) or alter the config to use the older config format.