Mks genL pin weird problem

Basic Information:

Printer Model: ender 3v2
MCU / Printerboard: MKS genL 2.1
Host / SBC: linux mint
klippy.log

Describe your issue:

I have decided to upgrade my old ender board than i couldnt get to flash, so i am now using an mks gen L 2.1 board. i have used the generic suggested config for such a board (i think) yet i find a strange issue:


If you have any pointers on how i can fix my mess i would gladly welcome any help!


klippy.log (7.2 KB)
moonraker.log (28.9 KB)

Your config seems not to match this board at all.

This is the pin-out and pin names of an ATMega2560:

This is the pin-out of your board. Unfortunately, it contains the old pin-numbering logic, and you will need to translate it:

Example:

[stepper_x]
step_pin: PF0 # Old name: A0
dir_pin: PF1 # Old name: A1
enable_pin: !PD7 # Old name: D38

For the translation, you can also cross-reference this: klipper/config/sample-aliases.cfg at b7233d1197d9a2158676ad39d02b80f787054e20 · Klipper3d/klipper · GitHub

Generally, it looks like MKS is following the RAMPS layout. If you are lucky, the config klipper/config/generic-ramps.cfg at master · Klipper3d/klipper · GitHub should at least match to a large extent, but I did not fully verify it.

Thanks it seems to have worked at least im able to connect to it! i have a few new problems now, but since they’re not related to this problem (i think) i’ll make a new discussion.
Thanks again for the continuous help!

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